summaryrefslogtreecommitdiffstats
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-05-13 09:51:33 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2011-05-13 09:51:33 +0200
commit7cfbac7966d99568565abea25a57522288d9a279 (patch)
tree70a55385a01e3bcf08424ba8282bbe05d4c42a71 /src/lib/Makefile.am
parente027694734697f4aa27ed5858966f816de3d944e (diff)
downloadabrt-7cfbac7966d99568565abea25a57522288d9a279.tar.gz
abrt-7cfbac7966d99568565abea25a57522288d9a279.tar.xz
abrt-7cfbac7966d99568565abea25a57522288d9a279.zip
report api proposal
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 88671f54..6493db99 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -46,7 +46,8 @@ libreport_la_SOURCES = \
abrt_conf.c abrt_conf.h \
steal_directory.c \
event_xml_parser.c \
- event_config.c
+ event_config.c \
+ report.c
libreport_la_CPPFLAGS = \
-Wall -Wwrite-strings -Werror \
-I$(srcdir)/../include/report -I$(srcdir)/../include \
@@ -57,6 +58,7 @@ libreport_la_CPPFLAGS = \
-DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \
-DCONF_DIR=\"$(CONF_DIR)\" \
-DEVENTS_DIR=\"$(EVENTS_DIR)\" \
+ -DBIN_DIR=\"$(bindir)\" \
$(GLIB_CFLAGS) \
-D_GNU_SOURCE
libreport_la_LDFLAGS = \