mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-11 14:10:34 +01:00
system needs more work for people using it. I didn't want to copy all of KDEs autoconf magic so this is far from perfect, yet. Can we use pkg-config here ?
9 lines
268 B
Makefile
9 lines
268 B
Makefile
INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_QT_CXXFLAGS)
|
|
|
|
lib_LTLIBRARIES=libdbus-qt-1.la
|
|
|
|
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
|