mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
10 lines
171 B
Makefile
10 lines
171 B
Makefile
AM_CPPFLAGS = \
|
|
$(MYSQL_INCLUDES) \
|
|
$(GROONGA_CFLAGS) \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/lib
|
|
|
|
noinst_LTLIBRARIES = \
|
|
libmrn_udf.la
|
|
|
|
include sources.am
|