summaryrefslogtreecommitdiffstats
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-03-07 15:36:07 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-03-07 15:36:07 +0100
commitf2e2bba844ed36ab3b9ce0c936dad673cfc865b9 (patch)
tree108183211df07ed372b16916fa7dfdbc23070f36 /src/lib/Makefile.am
parentc9ab6a163d96771d9a731ba93ec500c40683c923 (diff)
downloadabrt-f2e2bba844ed36ab3b9ce0c936dad673cfc865b9.tar.gz
abrt-f2e2bba844ed36ab3b9ce0c936dad673cfc865b9.tar.xz
abrt-f2e2bba844ed36ab3b9ce0c936dad673cfc865b9.zip
added function to parse event description from xml file
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index bad3e63a..9e9a7324 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -43,7 +43,8 @@ libreport_la_SOURCES = \
hooklib.c hooklib.h \
parse_release.c \
parse_options.c parse_options.h \
- steal_directory.c
+ steal_directory.c \
+ event_xml_parser.c
libreport_la_CPPFLAGS = \
-Wall -Werror \
-I$(srcdir)/../include/report -I$(srcdir)/../include \