mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 13:50:41 +01:00
This is in preparation for Mikko Kortelainen's experiemental contribution. see also https://github.com/rsyslog/rsyslog/pull/2490#issuecomment-377545898
9 lines
264 B
Makefile
9 lines
264 B
Makefile
pkglib_LTLIBRARIES = omfile-hardened.la
|
|
|
|
omfile_hardened_la_SOURCES = omfile-hardened.c
|
|
omfile_hardened_la_CPPFLAGS = $(RSRT_CFLAGS) $(PTHREADS_CFLAGS) -I ../../tools
|
|
omfile_hardened_la_LDFLAGS = -module -avoid-version
|
|
omfile_hardened_la_LIBADD =
|
|
|
|
EXTRA_DIST =
|