diff --git a/ChangeLog b/ChangeLog index 357b29c7..132b55c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-13 Thiago Macieira + + * qt/src/Makefile.am: install the qdbus.h header. + This allows people to actually use the installed code. + 2006-06-12 Ross Burton * 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 \