mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 20:11:42 +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
|