summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@trolltech.com>2006-06-13 18:21:57 +0000
committerJohn Palmieri <johnp@remedyz.boston.redhat.com>2006-06-28 08:15:18 -0400
commit56b1ecd2c475d679f0d05ff35ec2d941fa473956 (patch)
tree9665a067d061ecb5813a85bcbd1d662d9a947be3
parent75c10969699acd47eb048b3e24c42b458de52106 (diff)
* qt/src/Makefile.am: install the qdbus.h header. This allows people to actually use the installed code.HEADmaster
-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 \