From: Thiago Macieira Date: Tue, 13 Jun 2006 18:21:58 +0000 (+0000) Subject: * qt/src/Makefile.am: install the qdbus.h header. X-Git-Tag: dbus-0.90~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e64ace610f91dfd02400527bce95a3799f60af29;p=thirdparty%2Fdbus.git * qt/src/Makefile.am: install the qdbus.h header. This allows people to actually use the installed code. --- diff --git a/ChangeLog b/ChangeLog index 357b29c73..132b55c11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-13 Thiago Macieira + + * qt/src/Makefile.am: install the qdbus.h header. + This allows people to actually use the installed code. + 2006-06-12 Ross Burton * glib/dbus-gproxy.c: diff --git a/qt/src/Makefile.am b/qt/src/Makefile.am index a14201162..90c0f8e67 100644 --- a/qt/src/Makefile.am +++ b/qt/src/Makefile.am @@ -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 \