mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 19:50:40 +01:00
7 lines
261 B
Makefile
7 lines
261 B
Makefile
noinst_LTLIBRARIES = compat.la
|
|
|
|
compat_la_SOURCES = getifaddrs.c ifaddrs.h strndup.c asprintf.c solaris_elf_fix.c
|
|
compat_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
|
|
compat_la_LDFLAGS = -module -avoid-version
|
|
compat_la_LIBADD = $(IMUDP_LIBS)
|