mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Make make distcheck to work properly
make distcheck now passes.
This commit is contained in:
parent
a4ecfca176
commit
072e8b90f2
2 changed files with 5 additions and 3 deletions
|
|
@ -34,6 +34,8 @@ noinst_DATA =
|
|||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = pkgconfig/libpinos-$(PINOS_MAJORMINOR).pc
|
||||
|
||||
DISTCLEANFILES = pkgconfig/libpinos-$(PINOS_MAJORMINOR).pc
|
||||
|
||||
|
||||
eolspace:
|
||||
find \( -name '*.c' -o -name '*.h' -o -name 'Makefile.am' \) -exec perl -i -pe 's/\s+\n$$/\1\n/;' \{\} \;
|
||||
|
|
@ -55,5 +57,5 @@ BUILT_SOURCES = $(top_srcdir)/.version
|
|||
$(top_srcdir)/.version:
|
||||
echo $(VERSION) > $@-t && mv $@-t $@
|
||||
|
||||
DISTCLEANFILES = \
|
||||
DISTCLEANFILES += \
|
||||
po/.intltool-merge-cache
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
src/daemon/main.c
|
||||
src/daemon/pinos.desktop.in
|
||||
pinos/daemon/main.c
|
||||
pinos/daemon/pinos.desktop.in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue