summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-02-05 12:31:03 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-02-05 12:31:03 +0100
commitce0c3b87c7fff7be6a1c7867996fe65ec6dd0bfa (patch)
tree04dbf61a93eea0234f4d4a85a944f919343603e5 /src
parentedb61e36ba19aece2d253b2df9650addb3244b10 (diff)
downloadabrt-ce0c3b87c7fff7be6a1c7867996fe65ec6dd0bfa.tar.gz
abrt-ce0c3b87c7fff7be6a1c7867996fe65ec6dd0bfa.tar.xz
abrt-ce0c3b87c7fff7be6a1c7867996fe65ec6dd0bfa.zip
removed dependency on Utils library
Diffstat (limited to 'src')
-rw-r--r--src/Daemon/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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)