summaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@trolltech.com>2006-06-13 18:21:57 +0000
committerThiago Macieira <thiago.macieira@trolltech.com>2006-06-13 18:21:57 +0000
commit41fc87f6c504116db7e825bfbb1008368061e519 (patch)
treef729dcb533cc59c6a8d0f08e45f8702a8c27de92 /qt
parent74b0a66ce69566e63ed9d2e4746c761e9f110bde (diff)
* qt/src/Makefile.am: install the qdbus.h header.
This allows people to actually use the installed code.
Diffstat (limited to 'qt')
-rw-r--r--qt/src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt/src/Makefile.am b/qt/src/Makefile.am
index a142011..90c0f8e 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 \