Rainer Gerhards d4fe3d1389 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.
2010-07-07 15:48:01 +02:00

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 =