]> git.draconx.ca Git - cdecl99.git/commitdiff
Ensure all headers are distributed.
authorNick Bowler <nbowler@draconx.ca>
Mon, 29 May 2023 00:43:52 +0000 (20:43 -0400)
committerNick Bowler <nbowler@draconx.ca>
Mon, 29 May 2023 00:43:52 +0000 (20:43 -0400)
The copysym.h and xtra.h files need to be listed as a source file
somewhere otherwise the distribution will not include them.  Fix
that up.

Makefile.am

index e9a16fc6d2207c633984a788aff8532a2bd5f2b6..b8749b45f3f6b3f2d8d6e667e176d4a2e4dc31f1 100644 (file)
@@ -30,7 +30,7 @@ EXTRA_DIST = bootstrap $(DX_BASEDIR)/scripts/fix-gnulib.pl m4/gnulib-cache.m4 \
 dist_man_MANS = doc/cdecl99.1 doc/libcdecl.3
 
 include_HEADERS = src/cdecl.h
-noinst_HEADERS = conf_pre.h conf_post.h common/src/help.h \
+noinst_HEADERS = conf_pre.h conf_post.h common/src/help.h common/src/xtra.h \
                  src/scan.h src/parse.h test/declgen.h test/test.h
 
 noinst_DATA = $(MOFILES)
@@ -69,7 +69,7 @@ cdecl99_LDADD = $(libmain_a_OBJECTS) $(libexec_a_OBJECTS) libcdecl.la \
 $(cdecl99_OBJECTS): $(gnulib_headers)
 
 if USE_NLS
-cdecl99_SOURCES += common/src/copysym.c
+cdecl99_SOURCES += common/src/copysym.c common/src/copysym.h
 endif
 
 EXTRA_LIBRARIES += libexec.a