mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 06:08:01 +02:00
* qt/src/Makefile.am: install the qdbus.h header.
This allows people to actually use the installed code.
This commit is contained in:
parent
fb4cd60e85
commit
e64ace610f
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2006-06-13 Thiago Macieira <thiago.macieira@trolltech.com>
|
||||||
|
|
||||||
|
* qt/src/Makefile.am: install the qdbus.h header.
|
||||||
|
This allows people to actually use the installed code.
|
||||||
|
|
||||||
2006-06-12 Ross Burton <ross@openedhand.com>
|
2006-06-12 Ross Burton <ross@openedhand.com>
|
||||||
|
|
||||||
* glib/dbus-gproxy.c:
|
* glib/dbus-gproxy.c:
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,8 @@ dbusinclude_HEADERS= \
|
||||||
qdbusutil.h \
|
qdbusutil.h \
|
||||||
qdbusabstractadaptor.h \
|
qdbusabstractadaptor.h \
|
||||||
qdbusreply.h \
|
qdbusreply.h \
|
||||||
qdbustypehelper_p.h
|
qdbustypehelper_p.h \
|
||||||
|
qdbus.h
|
||||||
|
|
||||||
noinst_HEADERS= \
|
noinst_HEADERS= \
|
||||||
qdbusabstractadaptor_p.h \
|
qdbusabstractadaptor_p.h \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue