summaryrefslogtreecommitdiffstats
path: root/src/applet
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-15 15:29:24 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-15 15:29:24 +0100
commit2cf0d770b66b6c6ce50af2767f575db552cd784c (patch)
tree56ba70257c94add690ddaa8b0ec961c6964a146e /src/applet
parent2169959c6ba2d77512b8b39366a4d3e476931b4a (diff)
downloadabrt-2cf0d770b66b6c6ce50af2767f575db552cd784c.tar.gz
abrt-2cf0d770b66b6c6ce50af2767f575db552cd784c.tar.xz
abrt-2cf0d770b66b6c6ce50af2767f575db552cd784c.zip
move inc/ and lib/ to src/. No code changes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/applet')
-rw-r--r--src/applet/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/applet/Makefile.am b/src/applet/Makefile.am
index 55e28733..32d38b1f 100644
--- a/src/applet/Makefile.am
+++ b/src/applet/Makefile.am
@@ -5,8 +5,8 @@ abrt_applet_SOURCES = \
applet_gtk.h applet_gtk.c
abrt_applet_CPPFLAGS = \
-Wall -Werror \
- -I$(srcdir)/../../inc \
- -I$(srcdir)/../../lib/utils \
+ -I$(srcdir)/../include \
+ -I$(srcdir)/../lib \
-I/usr/include/glib-2.0 \
-I/usr/lib/glib-2.0/include \
-DBIN_DIR=\"$(bindir)\" \
@@ -22,7 +22,7 @@ abrt_applet_CPPFLAGS = \
# $(LIBNOTIFY_CFLAGS)
# $(DBUS_GLIB_CFLAGS)
abrt_applet_LDADD = \
- ../../lib/utils/libABRTUtils.la \
+ ../lib/libABRTUtils.la \
-lglib-2.0 \
-lgthread-2.0 \
$(DBUS_LIBS) \