diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-07-07 15:48:01 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-07-07 15:48:01 +0200 |
commit | d4fe3d13894be957aeccbbc279854eacf9fd6f46 (patch) | |
tree | f4ca0d6656798d84b65b16a580e3dd33f0cc676f /plugins/pmrfc3164sd/Makefile.am | |
parent | b2418812cf06daf229e832cc212e65828e3c3417 (diff) | |
download | rsyslog-d4fe3d13894be957aeccbbc279854eacf9fd6f46.tar.gz rsyslog-d4fe3d13894be957aeccbbc279854eacf9fd6f46.tar.xz rsyslog-d4fe3d13894be957aeccbbc279854eacf9fd6f46.zip |
added new pm3164sd parser module
this permits to accept RFC5424 structured data from messages
with RFC3164 header. This was compiled from existing modules by
user izotov.
Diffstat (limited to 'plugins/pmrfc3164sd/Makefile.am')
-rw-r--r-- | plugins/pmrfc3164sd/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/pmrfc3164sd/Makefile.am b/plugins/pmrfc3164sd/Makefile.am new file mode 100644 index 00000000..d1662d4d --- /dev/null +++ b/plugins/pmrfc3164sd/Makefile.am @@ -0,0 +1,8 @@ +pkglib_LTLIBRARIES = pmrfc3164sd.la + +pmrfc3164sd_la_SOURCES = pmrfc3164sd.c +pmrfc3164sd_la_CPPFLAGS = $(RSRT_CFLAGS) $(PTHREADS_CFLAGS) -I ../../tools +pmrfc3164sd_la_LDFLAGS = -module -avoid-version +pmrfc3164sd_la_LIBADD = + +EXTRA_DIST = |