mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
5d0187f0ae
Change for 'make distcheck' libmysqld.vcproj: Typo
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)
|