mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 05:00:42 +01:00
now the complete code (JSON passing & ommongodb) could be tested and passed the module tests made during development
8 lines
261 B
Makefile
8 lines
261 B
Makefile
pkglib_LTLIBRARIES = ommongodb.la
|
|
ommongodb_la_SOURCES = ommongodb.c
|
|
ommongodb_la_CPPFLAGS = $(RSRT_CFLAGS) $(PTHREADS_CFLAGS) $(LIBMONGO_CLIENT_CFLAGS)
|
|
ommongodb_la_LDFLAGS = -module -avoid-version
|
|
ommongodb_la_LIBADD = $(LIBMONGO_CLIENT_LIBS)
|
|
|
|
EXTRA_DIST =
|