summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
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 \