From 5a685a0f05389e671a32b01ef729dbb39cb39020 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Tue, 30 Aug 2005 21:51:34 +0000 Subject: * Make a few small build fixes to the QT stuff so make distcheck passes. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@511 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- Makefile.am | 4 +++- avahi-qt/Makefile.am | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4460804..68abb4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,9 @@ EXTRA_DIST = \ docs/avahi-poll.dia \ avahi-core.pc.in \ avahi-client.pc.in \ - avahi-glib.pc.in + avahi-glib.pc.in \ + avahi-qt3.pc.in \ + avahi-qt4.pc.in SUBDIRS = \ common \ diff --git a/avahi-qt/Makefile.am b/avahi-qt/Makefile.am index f09aca4..c022b09 100644 --- a/avahi-qt/Makefile.am +++ b/avahi-qt/Makefile.am @@ -67,3 +67,5 @@ libavahi_qt4_la_LIBADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(QT4_LI libavahi_qt4_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info 0:0:0 endif + +CLEANFILES = $(BUILT_SOURCES) -- cgit