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
This commit is contained in:
Neels Hofmeyr 2019-02-04 14:13:52 +01:00
parent 424eac8b6a
commit 7e689c6577
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -49,7 +49,7 @@ endif
endif
BUILT_SOURCES = crc8gen.c crc16gen.c crc32gen.c crc64gen.c
EXTRA_DIST = conv_acc_sse_impl.h
EXTRA_DIST = conv_acc_sse_impl.h crcXXgen.c.tpl
libosmocore_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined