]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* qt/src/Makefile.am: install the qdbus.h header.
authorThiago Macieira <thiago@kde.org>
Tue, 13 Jun 2006 18:21:58 +0000 (18:21 +0000)
committerThiago Macieira <thiago@kde.org>
Tue, 13 Jun 2006 18:21:58 +0000 (18:21 +0000)
        This allows people to actually use the installed code.

ChangeLog
qt/src/Makefile.am

index 357b29c73fe6264b22490a9986b06975b8cf7985..132b55c11c2aed529bfb05c1c1bc855632e1b980 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-13  Thiago Macieira <thiago.macieira@trolltech.com>
+
+       * qt/src/Makefile.am: install the qdbus.h header.
+       This allows people to actually use the installed code.
+
 2006-06-12  Ross Burton  <ross@openedhand.com>
 
        * glib/dbus-gproxy.c:
index a1420116257f85e22ffdff3a1efc19c047051ba6..90c0f8e672e19f930f3676a565e54fabd5a58b2b 100644 (file)
@@ -15,7 +15,8 @@ dbusinclude_HEADERS=    \
         qdbusutil.h     \
         qdbusabstractadaptor.h \
         qdbusreply.h    \
-        qdbustypehelper_p.h
+        qdbustypehelper_p.h \
+       qdbus.h
 
 noinst_HEADERS=                \
        qdbusabstractadaptor_p.h \