diff options
| author | Thiago Macieira <thiago@kde.org> | 2006-06-13 18:21:58 +0000 | 
|---|---|---|
| committer | Thiago Macieira <thiago@kde.org> | 2006-06-13 18:21:58 +0000 | 
| commit | e64ace610f91dfd02400527bce95a3799f60af29 (patch) | |
| tree | 6ec7b96de64cbb00f30335744b65c306035ad9b7 | |
| parent | fb4cd60e85d2a692e5d00303a842e4256abfffdb (diff) | |
        * qt/src/Makefile.am: install the qdbus.h header.
        This allows people to actually use the installed code.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | qt/src/Makefile.am | 3 | 
2 files changed, 7 insertions, 1 deletions
@@ -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: diff --git a/qt/src/Makefile.am b/qt/src/Makefile.am index a1420116..90c0f8e6 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 \  | 
