From 6d9f72b9e651d90fcbd191b43b5e91ba7bd63789 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Tue, 25 Nov 2003 15:30:03 +0000 Subject: Adding DBusServer wrapper. Switching some thingies, looking pretty and being cool... Anyway, we're done at a very basic level. I have to go back to something else now, but i'll try to commit an example sometime soon. --- qt/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'qt/Makefile.am') diff --git a/qt/Makefile.am b/qt/Makefile.am index 168920bf..80d0a9b4 100644 --- a/qt/Makefile.am +++ b/qt/Makefile.am @@ -5,11 +5,12 @@ dbusincludedir=$(includedir)/dbus-1.0/dbus lib_LTLIBRARIES=libdbus-qt-1.la dbusinclude_HEADERS= \ - dbus-qt.h message.h connection.h + dbus-qt.h message.h connection.h \ + server.h libdbus_qt_1_la_SOURCES = \ dbus-qthread.cpp message.cpp connection.cpp \ - integrator.cpp + integrator.cpp server.cpp libdbus_qt_1_la_LIBADD= $(DBUS_QT_LIBS) $(top_builddir)/dbus/libdbus-1.la libdbus_qt_1_la_LDFLAGS= -version-info 1:0 -- cgit