aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-02-04 14:13:52 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2020-01-07 17:25:51 +0100
commit7e689c65773d9058750a12e9d4a9fcc80d9bd2d9 (patch)
tree7746ce92a75e6309ea9c3630b69ec8f94d28c0cc /Makefile.am
parent424eac8b6aa15887c4c723504404a2079bc8c026 (diff)
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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