summaryrefslogtreecommitdiffstats
path: root/src/cli/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-12-09 12:29:54 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-12-09 12:29:54 +0100
commit28c588d6a86daa3d2f2bb7cdb4604d79e7dcf08b (patch)
tree7bc2d9c122c4cbf284c338a22a5ddf778cf91176 /src/cli/Makefile.am
parentdc3c5b79ba1ee6fd7a98842fde43d072e004f93b (diff)
downloadabrt-28c588d6a86daa3d2f2bb7cdb4604d79e7dcf08b.tar.gz
abrt-28c588d6a86daa3d2f2bb7cdb4604d79e7dcf08b.tar.xz
abrt-28c588d6a86daa3d2f2bb7cdb4604d79e7dcf08b.zip
create report-libs-devel package; separate out report headers
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/cli/Makefile.am')
-rw-r--r--src/cli/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cli/Makefile.am b/src/cli/Makefile.am
index 3584fd6c..9346dd16 100644
--- a/src/cli/Makefile.am
+++ b/src/cli/Makefile.am
@@ -7,12 +7,13 @@ abrt_cli_SOURCES = \
dbus.h dbus.cpp
abrt_cli_CPPFLAGS = \
- -I$(srcdir)/../include \
+ -I$(srcdir)/../include/report -I$(srcdir)/../include \
-I$(srcdir)/../lib \
-DVAR_RUN=\"$(VAR_RUN)\" \
$(ENABLE_SOCKET_OR_DBUS) \
$(DBUS_CFLAGS) $(GLIB_CFLAGS) \
- -D_GNU_SOURCE
+ -D_GNU_SOURCE \
+ -Wall -Werror
# $(GTK_CFLAGS)
abrt_cli_LDADD = \