summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert McQueen <robot101@debian.org>2006-02-17 00:04:38 +0000
committerJohn Palmieri <johnp@remedyz.boston.redhat.com>2006-06-28 08:15:12 -0400
commit6bf7dce4fb224d1d3fc21ad29f64f42f4bb55993 (patch)
treecbec244e93d156c39b7e2ed79a2a390b34dfb06b
parent84d192a8e5b0c68843ddac3eb631edda2ebe3f32 (diff)
2006-02-16 Robert McQueen <robot101@debian.org>
* configure.in: Patch from Debian packages by Sjoerd Simons <sjoerd@debian.org> 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.
-rw-r--r--qt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/Makefile.am b/qt/Makefile.am
index 9117d27..97be5b0 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