From 7917507815e8bdf6a0473ea6c828d87d8c9dbb42 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sun, 28 May 2023 20:41:25 -0400 Subject: [PATCH] Fix distribution of copysym.h. This needs to be listed as a source file somewhere otherwise the distribution will not include it. Fix that up. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index cd868b3..24e7919 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ slotifier_LDADD = $(EXTRA_slotifier_DEPENDENCIES) \ $(slotifier_OBJECTS): $(gnulib_headers) if USE_NLS -slotifier_SOURCES += common/src/copysym.c +slotifier_SOURCES += common/src/copysym.c common/src/copysym.h endif EXTRA_LIBRARIES += libslotifiermain.a -- 2.43.2