]> git.draconx.ca Git - slotifier.git/commitdiff
Fix distribution of copysym.h.
authorNick Bowler <nbowler@draconx.ca>
Mon, 29 May 2023 00:41:25 +0000 (20:41 -0400)
committerNick Bowler <nbowler@draconx.ca>
Mon, 29 May 2023 00:41:25 +0000 (20:41 -0400)
This needs to be listed as a source file somewhere otherwise the
distribution will not include it.  Fix that up.

Makefile.am

index cd868b33f170543bc9d07f581ac2690badd829e6..24e7919f92eedf5cec50b3b9383e7cdd8017a40b 100644 (file)
@@ -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