mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-21 04:20:42 +01:00
this permits to accept RFC5424 structured data from messages with RFC3164 header. This was compiled from existing modules by user izotov.
9 lines
240 B
Makefile
9 lines
240 B
Makefile
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 =
|