X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=44608044c8b878dfa139c463388243affe51a994;hb=3fcb9cc913cdd4fa3eaef49290d4f41b49a0f673;hp=f1a337fb64ed89fe2443d97d266cf3407f088b0c;hpb=94b5fd5aa2d69318629babf78ef687d1b8d4a8d1;p=catta diff --git a/Makefile.am b/Makefile.am index f1a337f..4460804 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,11 +22,13 @@ ACLOCAL_AMFLAGS = -I common include $(srcdir)/common/doxygen.mk EXTRA_DIST = \ + autogen.sh \ bootstrap.sh \ LICENSE \ $(DX_CONFIG) \ docs/INSTALL \ docs/TODO \ + docs/NEWS \ docs/README \ docs/DBUS-API \ docs/AUTHORS \ @@ -44,6 +46,7 @@ SUBDIRS = \ avahi-glib \ avahi-core \ avahi-discover-standalone \ + avahi-qt \ avahi-client \ avahi-daemon \ initscript \ @@ -73,7 +76,8 @@ DX_INPUT = \ $(srcdir)/avahi-glib/glib-watch.h \ $(srcdir)/avahi-glib/glib-malloc.h \ $(srcdir)/avahi-common/timeval.h \ - $(srcdir)/avahi-common/dbus.h + $(srcdir)/avahi-common/dbus.h \ + $(srcdir)/avahi-qt/qt-watch.h DX_EXAMPLE_PATH = $(srcdir)/examples @@ -112,6 +116,31 @@ CLEANFILES += avahi-glib.pc endif +if HAVE_QT3 + +pkgconfig_DATA += avahi-qt3.pc + +avahi-qt3.pc: avahi-qt3.pc.in + sed -e 's,@prefix\@,$(prefix),g' \ + -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ + +CLEANFILES += avahi-qt3.pc + +endif + +if HAVE_QT4 + +pkgconfig_DATA += avahi-qt4.pc + +avahi-qt4.pc: avahi-qt4.pc.in + sed -e 's,@prefix\@,$(prefix),g' \ + -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ + +CLEANFILES += avahi-qt4.pc + +endif + + MOSTLYCLEANFILES = $(DX_CLEANFILES) homepage: