summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@debian.org>2011-08-10 16:19:28 +0200
committerSjoerd Simons <sjoerd@debian.org>2011-08-10 16:19:28 +0200
commitc9e69b0e35d5242394d371ea5576f430ece3eeeb (patch)
tree06270a7839d2d858ed7900fdc05e366f2dcfd6d6 /Makefile.am
parentdba33e466e17070333b7f587b07a47dcf5037f8c (diff)
Imported Upstream version 0.99.1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 691f093..b010701 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,11 +46,6 @@ vapi_DATA = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libpulse.pc libpulse-simple.pc
-if HAVE_AVAHI
-pkgconfig_DATA += \
- libpulse-browse.pc
-endif
-
if HAVE_GLIB20
pkgconfig_DATA += \
libpulse-mainloop-glib.pc
@@ -77,8 +72,8 @@ fedora-snapshot: dist
dist-hook:
if test -d .git ; then \
- test -z $$SKIP_GIT && git pull ; \
- chmod u+w ${distdir}/ChangeLog || true ; \
+ test -z $$USE_GIT || git pull ; \
+ test -f ${distdir}/ChangeLog && chmod u+w ${distdir}/ChangeLog ; \
( git-changelog.perl || echo "git-changelog.perl failed." ) > ${distdir}/ChangeLog 2>&1 ; \
fi
echo $(VERSION) > $(distdir)/.tarball-version