summaryrefslogtreecommitdiffstats
path: root/plugins/omtesting/Makefile.am
blob: e35c471dc7b1715f45e2b16829a5f0a6bad003b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
pkglib_LTLIBRARIES = omtesting.la

omtesting_la_SOURCES = omtesting.c
omtesting_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
omtesting_la_LDFLAGS = -module -avoid-version
omtesting_la_LIBADD = 

if ENABLE_LIBLOGGING_STDLOG
omtesting_la_CPPFLAGS += $(LIBLOGGING_STDLOG_CFLAGS)
omtesting_la_LDFLAGS += $(LIBLOGGING_STDLOG_LIBS)
endif