blob: 4700e1eb19d3988d4b675a9dea0dbeb18de9ccc1 (
plain)
1
2
3
4
5
6
|
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 =
|