rsyslog/plugins/imtcp/Makefile.am
Chris Hiszpanski 20d869968b Added LIBLOGGING_STDLOG_CFLAGS and LIBLOGGING_STDLOG_LIBS to automake sources
Build was failing when using these variables
2014-09-25 05:06:57 -07:00

7 lines
243 B
Makefile

pkglib_LTLIBRARIES = imtcp.la
imtcp_la_SOURCES = imtcp.c
imtcp_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS) $(LIBLOGGING_STDLOG_CFLAGS)
imtcp_la_LDFLAGS = -module -avoid-version $(LIBLOGGING_STDLOG_LIBS)
imtcp_la_LIBADD =