summaryrefslogtreecommitdiffstats
path: root/plugins/imudp/Makefile.am
blob: 6e83dc9f8168ffd3361f55ec1a5ce2ea53ce5855 (plain)
1
2
3
4
5
6
7
8
pkglib_LTLIBRARIES = imudp.la

imudp_la_SOURCES = imudp.c ../../module-template.h
imudp_la_CPPFLAGS = -I$(srcdir)/../.. $(pthreads_cflags)
imudp_la_LDFLAGS = -module -avoid-version
imudp_la_LIBADD = 

EXTRA_DIST =