dbus/qt/src Makefile.am,1.3,1.4
Thiago J. Macieira
thiago at kemper.freedesktop.org
Tue Jun 13 11:22:00 PDT 2006
Update of /cvs/dbus/dbus/qt/src
In directory kemper:/tmp/cvs-serv3472/qt/src
Modified Files:
Makefile.am
Log Message:
* qt/src/Makefile.am: install the qdbus.h header.
This allows people to actually use the installed code.
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/qt/src/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am 9 Jun 2006 21:43:14 -0000 1.3
+++ Makefile.am 13 Jun 2006 18:21:58 -0000 1.4
@@ -15,7 +15,8 @@
qdbusutil.h \
qdbusabstractadaptor.h \
qdbusreply.h \
- qdbustypehelper_p.h
+ qdbustypehelper_p.h \
+ qdbus.h
noinst_HEADERS= \
qdbusabstractadaptor_p.h \
More information about the dbus-commit
mailing list