rsyslog/plugins/im3195/Makefile.am
Michael Biebl 1448e2486e make all cflags and libs variables uppercase
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.
2009-02-24 13:09:44 +01:00

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 =