]> git.draconx.ca Git - cdecl99.git/commitdiff
Fix Gnulib integration issues.
authorNick Bowler <nbowler@draconx.ca>
Sun, 24 Jan 2021 03:27:53 +0000 (22:27 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 24 Jan 2021 03:27:53 +0000 (22:27 -0500)
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.

Makefile.am
common

index ef816f2f239940e10a48829baeca91548bfce3ab..01ff0a62e5c3f9bec551629150dd191f17f46751 100644 (file)
@@ -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 8dc6be89e724f1255b5332f0dac012b304377645..d4be634567f46d2af2dc0e78171f3639f2ff039f 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 8dc6be89e724f1255b5332f0dac012b304377645
+Subproject commit d4be634567f46d2af2dc0e78171f3639f2ff039f