dbus/qt Makefile.am,1.13,1.14

Robert McQueen robot101 at freedesktop.org
Thu Feb 16 16:04:40 PST 2006


Update of /cvs/dbus/dbus/qt
In directory gabe:/tmp/cvs-serv6170/qt

Modified Files:
	Makefile.am 
Log Message:
2006-02-16  Robert McQueen  <robot101 at debian.org>

	* configure.in: Patch from Debian packages by Sjoerd Simons
	<sjoerd at 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.

Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/qt/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.am	15 Feb 2006 16:25:11 -0000	1.13
+++ Makefile.am	17 Feb 2006 00:04:38 -0000	1.14
@@ -52,7 +52,7 @@
 	$(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     



More information about the dbus-commit mailing list