summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-06 23:24:08 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-06 23:24:08 +0000
commitb4e1f08a735dfe56cdecb4337276a94d7da494a3 (patch)
treef264b559df609caa07e17de5db8aa343cd5183c7 /avahi-common
parent1efec3a2cb5e4d14f051939ce7ab16de996ddaff (diff)
some autoconf fixes
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@253 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/avahi-common/Makefile.am b/avahi-common/Makefile.am
index b4125d6..9030e04 100644
--- a/avahi-common/Makefile.am
+++ b/avahi-common/Makefile.am
@@ -34,8 +34,11 @@ avahi_commoninclude_HEADERS = \
alternative.h \
rr.h \
util.h \
- cdecl.h \
- dbus.h
+ cdecl.h
+
+if ENABLE_DBUS
+avahi_commoninclude_HEADERS += dbus.h
+endif
noinst_PROGRAMS = \
strlst-test \