X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=15a6cd8fe42d9560bcde12372bd4d749268bb709;hb=22d4df25cb5093a878dca5132b316c27ba47bd83;hp=02e3a9c4cb77ba2258fb89e42bfb904007214171;hpb=908e491f7d55209acfbb2595ab1ef5b24502d641;p=catta diff --git a/Makefile.am b/Makefile.am index 02e3a9c..15a6cd8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ EXTRA_DIST = \ avahi-compat-libdns_sd.pc.in \ avahi-compat-howl.pc.in \ avahi-ui.pc.in \ + avahi-ui-gtk3.pc.in \ doxygen_to_devhelp.xsl SUBDIRS = \ @@ -196,6 +197,13 @@ CLEANFILES += avahi-ui.pc endif endif +if HAVE_GTK3 +if HAVE_DBUS +pkgconfig_DATA += avahi-ui-gtk3.pc +CLEANFILES += avahi-ui-gtk3.pc +endif +endif + if HAVE_QT3 pkgconfig_DATA += avahi-qt3.pc CLEANFILES += avahi-qt3.pc