diff options
author | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-02-05 11:18:21 +0100 |
---|---|---|
committer | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-02-05 11:18:21 +0100 |
commit | a3ba5ff33b71a8b5dc67129158f1c03254641572 (patch) | |
tree | 1dea8220ae95de7af0ab117e2bf083c906d41871 /src/Daemon/Makefile.am | |
parent | 73a7417887cb9a78b3c85d63f7c7d5040b3a8daf (diff) | |
download | abrt-a3ba5ff33b71a8b5dc67129158f1c03254641572.tar.gz abrt-a3ba5ff33b71a8b5dc67129158f1c03254641572.tar.xz abrt-a3ba5ff33b71a8b5dc67129158f1c03254641572.zip |
Added new library Utils
Diffstat (limited to 'src/Daemon/Makefile.am')
-rw-r--r-- | src/Daemon/Makefile.am | 2 |
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) |