From 56b1ecd2c475d679f0d05ff35ec2d941fa473956 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 13 Jun 2006 18:21:57 +0000 Subject: * qt/src/Makefile.am: install the qdbus.h header. This allows people to actually use the installed code. --- qt/src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3