1## Copyright (C) 2008-2020 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
2##
3## This program is free software; you can redistribute it and/or modify
4## it under the terms of the GNU General Public License as published by
5## the Free Software Foundation; either version 3 of the License, or
6## (at your option) any later version.
7##
8## This program is distributed in the hope that it will be useful,
9## but WITHOUT ANY WARRANTY; without even the implied warranty of
10## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11## GNU General Public License for more details.
12##
13## You should have received a copy of the GNU General Public License
14## along with this program; if not, write to the Free Software Foundation,
15## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16
17include $(top_srcdir)/gtest.mk
18
19EXTRA_DIST=				\
20	ax_ac_append_to_file.m4		\
21	ax_ac_print_to_file.m4		\
22	ax_add_am_macro_static.m4	\
23	ax_am_macros_static.m4		\
24	ax_append_compile_flags.m4	\
25	ax_append_flag.m4		\
26	ax_append_link_flags.m4		\
27	ax_check_compile_flag.m4	\
28	ax_check_enable_debug.m4	\
29	ax_check_gnu_make.m4		\
30	ax_check_link_flag.m4		\
31	ax_code_coverage.m4		\
32	ax_compiler_flags.m4		\
33	ax_compiler_flags_cflags.m4	\
34	ax_compiler_flags_cxxflags.m4	\
35	ax_compiler_flags_gir.m4	\
36	ax_compiler_flags_ldflags.m4	\
37	ax_cxx_compile_stdcxx.m4	\
38	ax_cxx_compile_stdcxx_14.m4	\
39	ax_file_escapes.m4		\
40	ax_is_release.m4		\
41	ax_lib_readline.m4		\
42	ax_require_defined.m4		\
43	ax_valgrind_check.m4		\
44	guile.m4			\
45	lib-ld.m4			\
46	lib-link.m4			\
47	lib-prefix.m4
48