mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 22:40:41 +01:00
7 lines
174 B
Makefile
7 lines
174 B
Makefile
pkglib_LTLIBRARIES = imudp.la
|
|
|
|
imudp_la_SOURCES = imudp.c
|
|
imudp_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags)
|
|
imudp_la_LDFLAGS = -module -avoid-version
|
|
imudp_la_LIBADD =
|