mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
4 lines
158 B
Makefile
4 lines
158 B
Makefile
INCLUDES= -I$(top_builddir)/include
|
|
noinst_LTLIBRARIES= mypluglib.la
|
|
mypluglib_la_SOURCES= plugin_example.c
|
|
mypluglib_la_LDFLAGS= -module -rpath $(pkglibdir)
|