summaryrefslogtreecommitdiffstats
path: root/src/Applet
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/Applet
parent73a7417887cb9a78b3c85d63f7c7d5040b3a8daf (diff)
downloadabrt-a3ba5ff33b71a8b5dc67129158f1c03254641572.tar.gz
abrt-a3ba5ff33b71a8b5dc67129158f1c03254641572.tar.xz
abrt-a3ba5ff33b71a8b5dc67129158f1c03254641572.zip
Added new library Utils
Diffstat (limited to 'src/Applet')
-rw-r--r--src/Applet/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am
index f98b5bc..8500b01 100644
--- a/src/Applet/Makefile.am
+++ b/src/Applet/Makefile.am
@@ -1,6 +1,6 @@
bin_PROGRAMS = applet
applet_SOURCES = Applet.cpp CCApplet.cpp CCApplet.h
-applet_CPPFLAGS = -I../../lib/MiddleWare \
- -I../../lib/DBus \
- -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" $(DBUS_GLIB_CFLAGS) $(GTKMM_CFLAGS)
-applet_LDADD = ../../lib/MiddleWare/libMiddleWare.la ../../lib/DBus/libDBus.la $(DL_LIBS) $(GTKMM_LIBS)
+applet_CPPFLAGS = -I../../lib/DBus \
+ -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \
+ $(DBUS_GLIB_CFLAGS) $(GTKMM_CFLAGS)
+applet_LDADD = ../../lib/DBus/libDBus.la $(DL_LIBS) $(GTKMM_LIBS)