From ce0c3b87c7fff7be6a1c7867996fe65ec6dd0bfa Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Thu, 5 Feb 2009 12:31:03 +0100 Subject: removed dependency on Utils library --- src/Daemon/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am index b2c51765..32dbab0b 100644 --- a/src/Daemon/Makefile.am +++ b/src/Daemon/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = CrashCatcher CrashCatcher_SOURCES = CrashWatcher.cpp CrashWatcher.h Daemon.cpp -CrashCatcher_CPPFLAGS = -I../../lib/MiddleWare -I../../lib/Utils\ - -I../../lib/DBus \ +CrashCatcher_CPPFLAGS = -I../../lib/MiddleWare\ + -I../../lib/DBus \ -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" $(DBUS_GLIB_CFLAGS) CrashCatcher_LDADD = ../../lib/MiddleWare/libMiddleWare.la ../../lib/DBus/libDBus.la $(DL_LIBS) -- cgit