mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 19:10:42 +01:00
7 lines
267 B
Makefile
7 lines
267 B
Makefile
pkglib_LTLIBRARIES = omtesting.la
|
|
|
|
omtesting_la_SOURCES = omtesting.c
|
|
omtesting_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS) $(LIBLOGGING_STDLOG_CFLAGS)
|
|
omtesting_la_LDFLAGS = -module -avoid-version $(LIBLOGGING_STDLOG_LIBS)
|
|
omtesting_la_LIBADD =
|