diff options
author | Trent Lloyd <lathiat@bur.st> | 2005-08-30 21:51:34 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2005-08-30 21:51:34 +0000 |
commit | 5a685a0f05389e671a32b01ef729dbb39cb39020 (patch) | |
tree | 1357b0f18dbab45f82c0cf3d6854d6fe399c8b91 | |
parent | 3fcb9cc913cdd4fa3eaef49290d4f41b49a0f673 (diff) | |
download | avahi-5a685a0f05389e671a32b01ef729dbb39cb39020.tar.gz |
* 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
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | avahi-qt/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
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) |