From 3f619478f796eddbba6e39502fe941b285dd97b1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 20:00:34 +0200 Subject: Adding upstream version 1:10.11.6. Signed-off-by: Daniel Baumann --- storage/mroonga/udf/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 storage/mroonga/udf/Makefile.am (limited to 'storage/mroonga/udf/Makefile.am') diff --git a/storage/mroonga/udf/Makefile.am b/storage/mroonga/udf/Makefile.am new file mode 100644 index 00000000..f3c2966f --- /dev/null +++ b/storage/mroonga/udf/Makefile.am @@ -0,0 +1,10 @@ +AM_CPPFLAGS = \ + $(MYSQL_INCLUDES) \ + $(GROONGA_CFLAGS) \ + -I$(top_srcdir) \ + -I$(top_srcdir)/lib + +noinst_LTLIBRARIES = \ + libmrn_udf.la + +include sources.am -- cgit v1.2.3