summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/Makefile.am
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-07-06 14:09:01 +0000
committerTrent Lloyd <lathiat@bur.st>2005-07-06 14:09:01 +0000
commitaaf4c3e431d767ee628758abdc99f82b3af66b8f (patch)
treee560902e92cd08d94faee296075aca2a3e57728a /avahi-daemon/Makefile.am
parent11ae0f189cb4962500b53cec3b5b4cd228cbcf98 (diff)
* Patch by Ikke <ikke@eikke.com> to make distcheck pass.
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@164 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/Makefile.am')
-rw-r--r--avahi-daemon/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/avahi-daemon/Makefile.am b/avahi-daemon/Makefile.am
index 9ea1733..3762ba5 100644
--- a/avahi-daemon/Makefile.am
+++ b/avahi-daemon/Makefile.am
@@ -62,13 +62,15 @@ service_DATA = \
pkgdata_DATA = \
avahi-service.dtd
+EXTRA_DIST = avahi-service.dtd avahi.conf example.service
+
if ENABLE_DBUS
avahi_SOURCES += dbus-protocol.c dbus-protocol.h
dbusservicedir = $(DBUS_SYS_DIR)
dbusservice_DATA = avahi-dbus.conf
-EXTRA_DIST = $(dbusservice_DATA)
+EXTRA_DIST += $(dbusservice_DATA)
endif
avahi_CFLAGS = $(AM_CFLAGS)