From 7e689c65773d9058750a12e9d4a9fcc80d9bd2d9 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 4 Feb 2019 14:13:52 +0100 Subject: add crcXXgen.c.tpl to EXTRA_DIST 'make distcheck' distributes the generated .c files, but it is good GPL practice to also distribute the template. Change-Id: I988acd3bc629e98985a99780d3142112125d13f7 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7390f982..d08f41b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,6 +68,7 @@ apidoc: $(HTML) $(top_builddir)/doc/libosmocore.tag.prep: $(top_builddir)/Doxyfile.core \ $(top_srcdir)/include/osmocom/core/*.h \ $(top_srcdir)/src/*.[hc] \ + $(top_srcdir)/src/crcXXgen.c.tpl \ $(top_srcdir)/src/pseudotalloc/*.[hc] rm -rf $(top_builddir)/doc/core; mkdir -p $(top_builddir)/doc/core rm -rf $(top_builddir)/doc/libosmocore.map -- cgit v1.2.3