mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
3150f7ccab
Change for 'make distcheck' libmysqld.vcproj: Typo VC++Files/libmysqld/libmysqld.vcproj: Typo mysql-test/ndb/Makefile.am: Change for 'make distcheck' storage/archive/Makefile.am: Change for 'make distcheck' plugin/fulltext/Makefile.am: Change for 'make distcheck' storage/csv/Makefile.am: Change for 'make distcheck' storage/heap/Makefile.am: Change for 'make distcheck'
4 lines
182 B
Makefile
4 lines
182 B
Makefile
INCLUDES= -I$(top_builddir)/include -I$(top_srcdir)/include
|
|
noinst_LTLIBRARIES= mypluglib.la
|
|
mypluglib_la_SOURCES= plugin_example.c
|
|
mypluglib_la_LDFLAGS= -module -rpath $(pkglibdir)
|