From: Nick Bowler Date: Mon, 29 May 2023 00:41:25 +0000 (-0400) Subject: Fix distribution of copysym.h. X-Git-Url: https://git.draconx.ca/gitweb/slotifier.git/commitdiff_plain/7917507815e8bdf6a0473ea6c828d87d8c9dbb42 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. --- 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