From: Nick Bowler Date: Sun, 24 Jan 2021 03:27:53 +0000 (-0500) Subject: Fix Gnulib integration issues. X-Git-Tag: v1~15 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/122745b9f9cd351b859fd2969ad219b7e375c754 Fix Gnulib integration issues. The recent dxcommon update introduced a regression with the Gnulib symbol renaming, pull in the fix for that. And apparently EXTRA_LTLIBRARIES are not cleaned by default. This behaviour is very strange but easily solved. --- diff --git a/Makefile.am b/Makefile.am index ef816f2..01ff0a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ MAINTAINERCLEANFILES = src/scan.c src/scan.h src/scan.stamp \ DISTCLEANFILES = CLEANFILES = src/validtypes.h src/errtab.h src/namespecs.h src/ordspecs.h \ - test/typegen.h + test/typegen.h $(EXTRA_LTLIBRARIES) EXTRA_DIST = m4/gnulib-cache.m4 src/types.lst src/validtypes.sed \ src/specs.lst src/namespecs.sed src/ordspecs.sed \ diff --git a/common b/common index 8dc6be8..d4be634 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 8dc6be89e724f1255b5332f0dac012b304377645 +Subproject commit d4be634567f46d2af2dc0e78171f3639f2ff039f