From 4dedbb498484d8f3614d84cb2cfe09d8001a1c65 Mon Sep 17 00:00:00 2001 From: Robert McQueen Date: Fri, 17 Feb 2006 00:04:38 +0000 Subject: 2006-02-16 Robert McQueen * configure.in: Patch from Debian packages by Sjoerd Simons to add --with-qt-moc and --with-qt3-moc arguments so it's possible to build both bindings in the same tree. * qt/Makefile.am: Fix truncated value so that make dist works. --- qt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt') diff --git a/qt/Makefile.am b/qt/Makefile.am index 9117d27e..97be5b00 100644 --- a/qt/Makefile.am +++ b/qt/Makefile.am @@ -52,7 +52,7 @@ libdbus_qt4_1_la_SOURCES = \ $(top_srcdir)/qt/qdbusobject.h \ $(top_srcdir)/qt/qdbusobject_p.h \ $(top_srcdir)/qt/qdbusserver.h \ - $(top_srcdir)/qt/qdbusstandardinterfaces. + $(top_srcdir)/qt/qdbusstandardinterfaces.h \ $(top_srcdir)/qt/qdbustype.h \ $(top_srcdir)/qt/qdbusvariant.h \ $(top_srcdir)/qt/qdbusxmlparser_p.h -- cgit