Change in libosmocore[master]: add crcXXgen.c.tpl to EXTRA_DIST

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Tue Jan 7 16:26:48 UTC 2020


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/16755 )


Change subject: add crcXXgen.c.tpl to EXTRA_DIST
......................................................................

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
---
M Makefile.am
M src/Makefile.am
2 files changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/55/16755/1

diff --git a/Makefile.am b/Makefile.am
index 7390f98..d08f41b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,6 +68,7 @@
 $(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
diff --git a/src/Makefile.am b/src/Makefile.am
index 34cda0f..16119d9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,7 +49,7 @@
 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
 

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/16755
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I988acd3bc629e98985a99780d3142112125d13f7
Gerrit-Change-Number: 16755
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200107/aa322507/attachment.htm>


More information about the gerrit-log mailing list