mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 05:00: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.
9 lines
235 B
Makefile
9 lines
235 B
Makefile
pkglib_LTLIBRARIES = im3195.la
|
|
|
|
im3195_la_SOURCES = im3195.c
|
|
im3195_la_CPPFLAGS = $(RSRT_CFLAGS) $(PTHREADS_CFLAGS) $(LIBLOGGING_CFLAGS)
|
|
im3195_la_LDFLAGS = -module -avoid-version
|
|
im3195_la_LIBADD = $(LIBLOGGING_LIBS)
|
|
|
|
EXTRA_DIST =
|