mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 21:08:14 +02:00
2006-02-25 Thiago Macieira <thiago.macieira@trolltech.com>
* qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the
.lo files taking moc sources.
This commit is contained in:
parent
014598753e
commit
20a8d82743
2 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-02-25 Thiago Macieira <thiago.macieira@trolltech.com>
|
||||
|
||||
* qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the
|
||||
.lo files taking moc sources.
|
||||
|
||||
2006-02-25 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* dbus/dbus.h, dbus/Makefile.am: add dbus-signature.h to dbus.h
|
||||
|
|
|
|||
|
|
@ -58,9 +58,9 @@ libdbus_qt4_1_la_SOURCES = \
|
|||
$(top_srcdir)/qt/qdbusxmlparser_p.h
|
||||
|
||||
|
||||
$(top_srcdir)/qt/qdbusabstractadaptor.lo: qdbusabstractadaptor.moc
|
||||
$(top_srcdir)/qt/qdbusserver.lo: qdbusserver.moc
|
||||
$(top_srcdir)/qt/qdbusconnection.lo: qdbusconnection_p.moc
|
||||
qdbusabstractadaptor.lo: qdbusabstractadaptor.moc
|
||||
qdbusserver.lo: qdbusserver.moc
|
||||
qdbusconnection.lo: qdbusconnection_p.moc
|
||||
|
||||
CLEANFILES=qdbusabstractadaptor.moc qdbusserver.moc qdbusconnection.moc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue