summaryrefslogtreecommitdiffstats
path: root/src/Applet
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-07-20 17:04:24 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-07-20 17:04:24 +0200
commitdb538e74d9e25f2c3c9cac4ab8749cebf0a6880f (patch)
treeea916e030cb07c5ecd665c3bf47c3cec36a8069b /src/Applet
parent4e76611c6dcafd49dd4f3beae17d7da0644dcdfa (diff)
downloadabrt-db538e74d9e25f2c3c9cac4ab8749cebf0a6880f.tar.gz
abrt-db538e74d9e25f2c3c9cac4ab8749cebf0a6880f.tar.xz
abrt-db538e74d9e25f2c3c9cac4ab8749cebf0a6880f.zip
Applet: Added commlayer to Makefile.am
Diffstat (limited to 'src/Applet')
-rw-r--r--src/Applet/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am
index 378487f0..591a8411 100644
--- a/src/Applet/Makefile.am
+++ b/src/Applet/Makefile.am
@@ -3,6 +3,7 @@ abrt_applet_SOURCES = Applet.cpp CCApplet.cpp CCApplet.h
abrt_applet_CPPFLAGS = -Wall -Werror -I../Daemon/ \
-DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \
$(DBUS_GLIB_CFLAGS) $(GTK_CFLAGS) $(DBUSCPP_CFLAGS) $(LIBNOTIFY_CFLAGS)\
+ -I$(srcdir)/../../inc -I../../lib/CommLayer \
-I../../lib/MiddleWare -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
abrt_applet_LDADD = $(DL_LIBS) $(GTK_LIBS) -lglib-2.0 -lgthread-2.0 $(DBUSCPP_LIBS) $(LIBNOTIFY_LIBS)