X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=78957691b6da61f3fffcb4ea019447ea18e6f8c8;hb=c7b2f0074aae23761eb8bc6b99366e0ac6b7cf19;hp=4e2edfb382a38feefde8406a49c0b6ea39a2f4fd;hpb=cc8fac1d1854b9ef290723e038d2566d316dfb86;p=catta diff --git a/Makefile.am b/Makefile.am index 4e2edfb..7895769 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,8 @@ EXTRA_DIST = \ avahi-qt4.pc.in \ avahi-sharp.pc.in \ avahi-compat-libdns_sd.pc.in \ - avahi-compat-howl.pc.in + avahi-compat-howl.pc.in \ + avahi-ui.pc.in SUBDIRS = \ common \ @@ -200,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