summaryrefslogtreecommitdiffstats
path: root/plugins/omtesting/Makefile.am
blob: d7c9663b675393ee127834d68397de8c9beec0b9 (plain)
1
2
3
4
5
6
pkglib_LTLIBRARIES = omtesting.la

omtesting_la_SOURCES = omtesting.c omtesting.h ../../module-template.h
omtesting_la_CPPFLAGS = $(mysql_cflags) -I$(srcdir)/../.. $(pthreads_cflags)
omtesting_la_LDFLAGS = -module -avoid-version
omtesting_la_LIBADD = $(mysql_libs)