From 122745b9f9cd351b859fd2969ad219b7e375c754 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sat, 23 Jan 2021 22:27:53 -0500 Subject: [PATCH] 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. --- Makefile.am | 2 +- common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.2