dbus/qt Makefile.am,1.5,1.6
Havoc Pennington
hp at pdx.freedesktop.org
Fri Mar 19 14:36:33 PST 2004
- Previous message: dbus/python Makefile.am,1.4,1.5
- Next message: dbus/dbus dbus-server.c, 1.32, 1.33 dbus-pending-call.c, 1.6,
1.7 dbus-message.h, 1.50, 1.51 dbus-message.c, 1.122,
1.123 dbus-marshal.c, 1.48, 1.49
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus/qt
In directory pdx:/tmp/cvs-serv31582/qt
Modified Files:
Makefile.am
Log Message:
2004-03-19 Havoc Pennington <hp at redhat.com>
* NEWS: 0.21 updates
* configure.in: 0.21
* doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
* python/Makefile.am: change to avoid dist of dbus_bindings.c so
you don't need pyrex to make dist
* qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
sources; run moc
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/qt/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- a/Makefile.am 25 Nov 2003 15:30:03 -0000 1.5
+++ b/Makefile.am 19 Mar 2004 22:36:31 -0000 1.6
@@ -10,7 +10,16 @@
libdbus_qt_1_la_SOURCES = \
dbus-qthread.cpp message.cpp connection.cpp \
- integrator.cpp server.cpp
+ integrator.cpp server.cpp integrator.h
+
+connection.cpp: connection.moc
+integrator.cpp: integrator.moc
+server.cpp: server.moc
+
+CLEANFILES=connection.moc integrator.moc server.moc
libdbus_qt_1_la_LIBADD= $(DBUS_QT_LIBS) $(top_builddir)/dbus/libdbus-1.la
libdbus_qt_1_la_LDFLAGS= -version-info 1:0
+
+%.moc: %.h
+ $(QT_MOC) $< > $@
- Previous message: dbus/python Makefile.am,1.4,1.5
- Next message: dbus/dbus dbus-server.c, 1.32, 1.33 dbus-pending-call.c, 1.6,
1.7 dbus-message.h, 1.50, 1.51 dbus-message.c, 1.122,
1.123 dbus-marshal.c, 1.48, 1.49
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list