mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-16 19:20:29 +01:00
* qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h, from Colin Walters * configure.in: fixes to Qt detection from Colin Walters * doc/Makefile.am: Only remove generated docbook dirs if they exist, from Colin Walters * dbus/dbus-bus.c: change how we set well-known connections to NULL, so that it works if a single connection is stored in two well-known array slots. * test/Makefile.am: remove a lot of stuff that isn't immediately useful, it's in CVS history if we want it. * test/test-service.c: use dbus-mainloop instead of that watch.[hc] crack
14 lines
350 B
Makefile
14 lines
350 B
Makefile
INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_QT_CXXFLAGS)
|
|
|
|
dbusincludedir=$(includedir)/dbus-1.0/dbus
|
|
|
|
lib_LTLIBRARIES=libdbus-qt-1.la
|
|
|
|
dbusinclude_HEADERS= \
|
|
dbus-qt.h
|
|
|
|
libdbus_qt_1_la_SOURCES = \
|
|
dbus-qthread.cpp
|
|
|
|
libdbus_qt_1_la_LIBADD= $(DBUS_QT_LIBS) $(top_builddir)/dbus/libdbus-1.la
|
|
libdbus_qt_1_la_LDFLAGS= -version-info 1:0
|