summaryrefslogtreecommitdiffstats
path: root/src/Applet/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-14 14:57:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-14 14:57:55 +0200
commit13483daa13d1b366fa9c7222361c094d3726f03e (patch)
tree0ca9c507072af60fd782f2e2ef2969a06519a12b /src/Applet/Makefile.am
parentcc83804e6fb6b9b6534ea58003cd73d31968ca27 (diff)
downloadabrt-13483daa13d1b366fa9c7222361c094d3726f03e.tar.gz
abrt-13483daa13d1b366fa9c7222361c094d3726f03e.tar.xz
abrt-13483daa13d1b366fa9c7222361c094d3726f03e.zip
move lib/CommLayer/CommLayerClientDBus.{h,cpp) -> src/CLI
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Applet/Makefile.am')
-rw-r--r--src/Applet/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am
index 886102ff..5190649b 100644
--- a/src/Applet/Makefile.am
+++ b/src/Applet/Makefile.am
@@ -1,6 +1,8 @@
bin_PROGRAMS = abrt-applet
-abrt_applet_SOURCES = Applet.cpp CCApplet.cpp CCApplet.h
+abrt_applet_SOURCES = \
+ Applet.cpp \
+ CCApplet.h CCApplet.cpp
abrt_applet_CPPFLAGS = \
-Wall -Werror \
-I../Daemon/ \