diff options
| author | Dmitri Pal <dpal@redhat.com> | 2009-02-24 13:39:26 -0500 |
|---|---|---|
| committer | Dmitri Pal <dpal@redhat.com> | 2009-02-24 13:39:26 -0500 |
| commit | ef8d8570dcf44d723868df339223b132b19121c3 (patch) | |
| tree | b1258404eb1902442c1b2de7d40409d1c35467de /sinks/syslog | |
| parent | d986aeb99fa33967374290bf7ce75eab76c6d446 (diff) | |
| download | elapi_draft-ef8d8570dcf44d723868df339223b132b19121c3.tar.gz elapi_draft-ef8d8570dcf44d723868df339223b132b19121c3.tar.xz elapi_draft-ef8d8570dcf44d723868df339223b132b19121c3.zip | |
Changed tree. Added all folders to build.
Diffstat (limited to 'sinks/syslog')
| -rw-r--r-- | sinks/syslog/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sinks/syslog/Makefile.am b/sinks/syslog/Makefile.am new file mode 100644 index 0000000..67b3ca2 --- /dev/null +++ b/sinks/syslog/Makefile.am @@ -0,0 +1,9 @@ +topdir=../.. +DEBUG_FLAGS=@DEBUG_VAR@ +AM_CPPFLAGS = -I$(srcdir)/.. -I$(srcdir)/../../collection -I$(srcdir)/../../ini -I/usr/include/libxml2 $(DEBUG_FLAGS) + + +lib_LTLIBRARIES = libelapi_sink_syslog.la +libelapi_sink_syslog_la_SOURCES = elapi_sink_syslog.c $(topdir)/ini/elapi_ini.c + +include_HEADERS = ../elapi_sink.h |
