summaryrefslogtreecommitdiffstats
path: root/dispatcher
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-02-24 13:39:26 -0500
committerDmitri Pal <dpal@redhat.com>2009-02-24 13:39:26 -0500
commitef8d8570dcf44d723868df339223b132b19121c3 (patch)
treeb1258404eb1902442c1b2de7d40409d1c35467de /dispatcher
parentd986aeb99fa33967374290bf7ce75eab76c6d446 (diff)
Changed tree. Added all folders to build.
Diffstat (limited to 'dispatcher')
-rw-r--r--dispatcher/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/dispatcher/Makefile.am b/dispatcher/Makefile.am
new file mode 100644
index 0000000..ea5b5ff
--- /dev/null
+++ b/dispatcher/Makefile.am
@@ -0,0 +1,12 @@
+DEBUG_FLAGS=@DEBUG_VAR@
+
+AM_CPPFLAGS = -I$(srcdir)/../collection -I$(srcdir)/../sinks -I/usr/include/libxml2 $(DEBUG_FLAGS)
+common_headers=elapi_collection.h elapi_debug.h elapi_tools.h elapi_dispatcher.h elapi_sink.h
+
+noinst_LIBRARIES = libelapi_dispatcher.a
+libelapi_dispatcher_a_SOURCES = elapi_dispatcher.c $(common_headers)
+
+noinst_PROGRAMS = elapi_dispatcher_ut
+elapi_dispatcher_ut_SOURCES = elapi_dispatcher_ut.c $(common_headers)
+elapi_dispatcher_ut_LDADD = libelapi_dispatcher.a ../ini/libelapi_ini.a -lm -lz -lxml2 ../collection/libelapi_collection.a \
+../sinks/stderr/libelapi_sink_stderr.la ../sinks/syslog/libelapi_sink_syslog.la