mariadb/plugin/fulltext/Makefile.am

10 lines
278 B
Text
Raw Normal View History

#Makefile.am example for a plugin
pkglibdir=$(libdir)/mysql
INCLUDES= -I$(top_builddir)/include -I$(top_srcdir)/include
2006-01-04 10:36:49 +01:00
noinst_LTLIBRARIES= mypluglib.la
#pkglib_LTLIBRARIES= mypluglib.la
2006-01-04 10:36:49 +01:00
mypluglib_la_SOURCES= plugin_example.c
mypluglib_la_LDFLAGS= -module -rpath $(pkglibdir)