summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7895769..bc51911 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -111,6 +111,13 @@ DX_INPUT += \
$(srcdir)/avahi-client/publish.h
endif
+if HAVE_DBUS
+if HAVE_GTK
+DX_INPUT += \
+ $(srcdir)/avahi-ui/avahi-ui.h
+endif
+endif
+
if ENABLE_CORE_DOCS
DX_INPUT += \
$(srcdir)/avahi-core/core.h \