]> git.meshlink.io Git - catta/blobdiff - Makefile.am
Add inotify support for /ect/avahi/services and /etc/avahi/hosts. Based on a patch...
[catta] / Makefile.am
index 51791093c82b6cfe857dd402df52f83b5d7c7b44..78957691b6da61f3fffcb4ea019447ea18e6f8c8 100644 (file)
@@ -201,16 +201,18 @@ CLEANFILES += avahi-glib.pc
 endif
 
 if HAVE_GTK
+if HAVE_DBUS
 
-pkgconfig_DATA += avahi-gtk.pc
+pkgconfig_DATA += avahi-ui.pc
 
-avahi-gtk.pc: avahi-gtk.pc.in
+avahi-ui.pc: avahi-ui.pc.in
        sed -e 's,@prefix\@,$(prefix),g' \
            -e 's,@libdir\@,$(libdir),g' \
            -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@
 
-CLEANFILES += avahi-gtk.pc
+CLEANFILES += avahi-ui.pc
 
+endif
 endif
 
 if HAVE_QT3