dbus/qt Makefile.am,1.6,1.7
Colin Walters
walters at pdx.freedesktop.org
Tue Jul 6 08:16:01 PDT 2004
Update of /cvs/dbus/dbus/qt
In directory pdx:/tmp/cvs-serv25396/qt
Modified Files:
Makefile.am
Log Message:
2004-07-06 Colin Walters <walters at redhat.com>
* doc/Makefile.am, qt/Makefile.am:
mono/doc/Makefile.am: Allow 'make dist'
without doc building of various sorts or
QT support enabled.
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/qt/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am 19 Mar 2004 22:36:31 -0000 1.6
+++ Makefile.am 6 Jul 2004 15:15:58 -0000 1.7
@@ -1,3 +1,4 @@
+if HAVE_QT
INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_QT_CXXFLAGS)
dbusincludedir=$(includedir)/dbus-1.0/dbus
@@ -23,3 +24,4 @@
%.moc: %.h
$(QT_MOC) $< > $@
+endif
More information about the dbus-commit
mailing list