From a175314c3e5827eb193872241446f2f8f5c9d33c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 20:07:14 +0200 Subject: Adding upstream version 1:10.5.12. Signed-off-by: Daniel Baumann --- storage/mroonga/vendor/groonga/lib/proc/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 storage/mroonga/vendor/groonga/lib/proc/Makefile.am (limited to 'storage/mroonga/vendor/groonga/lib/proc/Makefile.am') diff --git a/storage/mroonga/vendor/groonga/lib/proc/Makefile.am b/storage/mroonga/vendor/groonga/lib/proc/Makefile.am new file mode 100644 index 00000000..e4284dc2 --- /dev/null +++ b/storage/mroonga/vendor/groonga/lib/proc/Makefile.am @@ -0,0 +1,17 @@ +AM_CPPFLAGS = \ + -I$(top_builddir) \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/lib + +AM_CFLAGS = \ + $(NO_STRICT_ALIASING_CFLAGS) \ + $(COVERAGE_CFLAGS) \ + $(GRN_CFLAGS) \ + $(MESSAGE_PACK_CFLAGS) \ + $(MRUBY_CFLAGS) + +noinst_LTLIBRARIES = libgrnproc.la + +include sources.am + +CLEANFILES = *.gcno *.gcda -- cgit v1.2.3