mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 13:10:43 +01:00
7 lines
257 B
Makefile
7 lines
257 B
Makefile
pkglib_LTLIBRARIES = omlibdbi.la
|
|
|
|
omlibdbi_la_SOURCES = omlibdbi.c
|
|
omlibdbi_la_CPPFLAGS = -I$(top_srcdir) $(libdbi_cflags) $(pthreads_cflags) $(mudflap_cflags)
|
|
omlibdbi_la_LDFLAGS = $(mudflap_libs) -module -avoid-version
|
|
omlibdbi_la_LIBADD = $(libdbi_libs)
|