From 164c692385ddf3b17fbc9417b748f198ff19b096 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Thu, 12 Feb 2009 16:02:29 +0100 Subject: Rewritten dbus to dbus-c++ Added possibility to call daemon methods via dbus --- src/Daemon/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Daemon/Makefile.am') diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am index 32dbab0b..c562bb09 100644 --- a/src/Daemon/Makefile.am +++ b/src/Daemon/Makefile.am @@ -2,5 +2,8 @@ bin_PROGRAMS = CrashCatcher CrashCatcher_SOURCES = CrashWatcher.cpp CrashWatcher.h Daemon.cpp CrashCatcher_CPPFLAGS = -I../../lib/MiddleWare\ -I../../lib/DBus \ - -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" $(DBUS_GLIB_CFLAGS) + -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" $(DBUS_GLIB_CFLAGS) $(DBUSCPP_CFLAGS) \ + -DPLUGINS_LIB_DIR=\"$(PLUGINS_LIB_DIR)\" \ + -DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \ + -DCONF_DIR=\"$(CONF_DIR)\" CrashCatcher_LDADD = ../../lib/MiddleWare/libMiddleWare.la ../../lib/DBus/libDBus.la $(DL_LIBS) -- cgit