blob: a1f5a21035822e0405ee06e0b678f4ec45d4a80a (
plain)
1
2
3
4
5
6
|
pkglib_LTLIBRARIES = imudp.la
imudp_la_SOURCES = imudp.c
imudp_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(mudflap_cflags)
imudp_la_LDFLAGS = $(mudflap_libs) -module -avoid-version
imudp_la_LIBADD =
|