mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 17:20:42 +01:00
7 lines
213 B
Makefile
7 lines
213 B
Makefile
pkglib_LTLIBRARIES = omtesting.la
|
|
|
|
omtesting_la_SOURCES = omtesting.c
|
|
omtesting_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(rsrt_cflags)
|
|
omtesting_la_LDFLAGS = -module -avoid-version
|
|
omtesting_la_LIBADD =
|