mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 11:30:43 +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
218 B
Makefile
7 lines
218 B
Makefile
pkglib_LTLIBRARIES = omgssapi.la
|
|
|
|
omgssapi_la_SOURCES = omgssapi.c
|
|
omgssapi_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
|
|
omgssapi_la_LDFLAGS = -module -avoid-version
|
|
omgssapi_la_LIBADD = $(GSS_LIBS)
|