X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=15a6cd8fe42d9560bcde12372bd4d749268bb709;hb=767bac373b93988410269f170a1dcbd45bc97777;hp=02e3a9c4cb77ba2258fb89e42bfb904007214171;hpb=5e401ee6a8f1c0d0a84e9e239c47f50607e4c093;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