From 040eee1aa49b49df4698d83a05af57c220127fd1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 13:36:04 +0200 Subject: Adding upstream version 2.2.0. Signed-off-by: Daniel Baumann --- tools/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tools/Makefile.am (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 0000000..5af77b9 --- /dev/null +++ b/tools/Makefile.am @@ -0,0 +1,14 @@ +AM_CPPFLAGS = $(BOOST_INCLUDES) + +AM_CXXFLAGS = $(KEA_CXXFLAGS) + +if USE_STATIC_LINK +AM_LDFLAGS = -static +endif + +CLEANFILES = *.gcno *.gcda +DISTCLEANFILES = path_replacer.sh + +if GENERATE_DOCS + +endif -- cgit v1.2.3