mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
5 lines
147 B
Text
5 lines
147 B
Text
|
INCLUDES= -I$(top_builddir)/include
|
||
|
noinst_LTLIBRARIES= libmypluglib.la
|
||
|
libmypluglib_la_SOURCES= plugin_example.c
|
||
|
libmypluglib_la_LDFLAGS= -module
|