mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 08:30:42 +01:00
pkg-config uses uppercase for its _CFLAGS and _LIBS variable names. So we follow suit and convert all _cflags and _libs variables to uppercase for more consistency.
7 lines
238 B
Makefile
7 lines
238 B
Makefile
pkglib_LTLIBRARIES = omlibdbi.la
|
|
|
|
omlibdbi_la_SOURCES = omlibdbi.c
|
|
omlibdbi_la_CPPFLAGS = -I$(top_srcdir) $(LIBDBI_CFLAGS) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
|
|
omlibdbi_la_LDFLAGS = -module -avoid-version
|
|
omlibdbi_la_LIBADD = $(LIBDBI_LIBS)
|