summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authorZdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com>2009-02-05 11:18:21 +0100
committerZdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com>2009-02-05 11:18:21 +0100
commita3ba5ff33b71a8b5dc67129158f1c03254641572 (patch)
tree1dea8220ae95de7af0ab117e2bf083c906d41871 /src/Daemon
parent73a7417887cb9a78b3c85d63f7c7d5040b3a8daf (diff)
downloadabrt-a3ba5ff33b71a8b5dc67129158f1c03254641572.tar.gz
abrt-a3ba5ff33b71a8b5dc67129158f1c03254641572.tar.xz
abrt-a3ba5ff33b71a8b5dc67129158f1c03254641572.zip
Added new library Utils
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am
index 395eb120..b2c51765 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 \
+CrashCatcher_CPPFLAGS = -I../../lib/MiddleWare -I../../lib/Utils\
-I../../lib/DBus \
-DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" $(DBUS_GLIB_CFLAGS)
CrashCatcher_LDADD = ../../lib/MiddleWare/libMiddleWare.la ../../lib/DBus/libDBus.la $(DL_LIBS)