From e897aa91a2a5c68a2f795f6a0a995600f13a85f8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 May 2014 21:29:29 -0700 Subject: Convert to extension-less headers for API --- examples/template/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples/template/Makefile.am') diff --git a/examples/template/Makefile.am b/examples/template/Makefile.am index 64e4d1f..37d9509 100644 --- a/examples/template/Makefile.am +++ b/examples/template/Makefile.am @@ -11,3 +11,9 @@ AM_CPPFLAGS = -I'$(top_builddir)' -I'$(top_srcdir)' TESTS=$(top_builddir)/tester TESTS_ENVIRONMENT=example=1; export example; + +# Make sure make doesn't try to build the no-extension headers +# thinking that they are executable. Those are pulled in through +# auto-generated dependencies. +# +__foreach_w__(__f,__path__(xml_headers),$(top_srcdir)/xml/__f ): ; @: -- cgit v1.1