diff options
author | Thiago Macieira <thiago.macieira@trolltech.com> | 2006-06-13 18:21:57 +0000 |
---|---|---|
committer | John Palmieri <johnp@remedyz.boston.redhat.com> | 2006-06-28 08:15:18 -0400 |
commit | 56b1ecd2c475d679f0d05ff35ec2d941fa473956 (patch) | |
tree | 9665a067d061ecb5813a85bcbd1d662d9a947be3 /qt | |
parent | 75c10969699acd47eb048b3e24c42b458de52106 (diff) |
* qt/src/Makefile.am: install the qdbus.h header. This allows people to actually use the installed code.HEADmaster
Diffstat (limited to 'qt')
-rw-r--r-- | qt/src/Makefile.am | 3 |
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 \ |