mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
fix make distcheck
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@751 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e454bb1a47
commit
65fd9b315b
2 changed files with 11 additions and 3 deletions
|
|
@ -20,7 +20,13 @@
|
|||
doxygen: doxygen.conf
|
||||
doxygen $<
|
||||
|
||||
distclean-local:
|
||||
-rm -f doxygen.conf Makefile
|
||||
|
||||
maintainerc-cleanlocal:
|
||||
-rm -f Makefile.in
|
||||
|
||||
clean-local:
|
||||
rm -rf html
|
||||
-rm -rf html
|
||||
|
||||
.PHONY: all doxygen
|
||||
|
|
|
|||
|
|
@ -327,7 +327,6 @@ libpolyp_@PA_MAJORMINOR@_la_SOURCES = \
|
|||
polyp/cdecl.h \
|
||||
polyp/channelmap.c polyp/channelmap.h \
|
||||
polyp/client-conf.c polyp/client-conf.h \
|
||||
polyp/llist.h \
|
||||
polyp/mainloop-api.c polyp/mainloop-api.h \
|
||||
polyp/polypaudio.h \
|
||||
polyp/context.c polyp/context.h \
|
||||
|
|
@ -374,7 +373,8 @@ libpolyp_@PA_MAJORMINOR@_la_SOURCES += \
|
|||
polypcore/tagstruct.c polypcore/tagstruct.h \
|
||||
polypcore/util.c polypcore/util.h \
|
||||
polypcore/winsock.h \
|
||||
polypcore/xmalloc.c polypcore/xmalloc.h
|
||||
polypcore/xmalloc.c polypcore/xmalloc.h \
|
||||
polypcore/llist.h
|
||||
|
||||
if OS_IS_WIN32
|
||||
libpolyp_@PA_MAJORMINOR@_la_SOURCES += \
|
||||
|
|
@ -1101,6 +1101,8 @@ suid: polypaudio
|
|||
chown root $<
|
||||
chmod u+s $<
|
||||
|
||||
CLEANFILES=esdcompat.sh client.conf default.pa daemon.conf
|
||||
|
||||
esdcompat.sh: daemon/esdcompat.sh.in Makefile
|
||||
sed -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
|
||||
-e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue