X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/d3e3654f75d01376794676885589a911d4b12e41..0c61f9637a469ac7a28b5a329551b03e6ad14d62:/Makefile.am diff --git a/Makefile.am b/Makefile.am index ce76be1..ffbc85f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,18 +35,17 @@ EXTRA_DIST = bootstrap $(DX_BASEDIR)/scripts/fix-gnulib.pl m4/gnulib-cache.m4 \ dist_man_MANS = doc/man/cdecl99.1 doc/man/libcdecl.3 include_HEADERS = src/cdecl.h -noinst_HEADERS = conf_pre.h conf_post.h src/typemap.h src/output.h src/scan.h \ - src/parse.h src/i18n.h src/normalize.h src/error.h src/history.h \ - test/declgen.h test/test.h +noinst_HEADERS = conf_pre.h conf_post.h src/scan.h src/parse.h \ + test/declgen.h test/test.h noinst_DATA = $(MOFILES) lib_LTLIBRARIES = libcdecl.la -libcdecl_la_LDFLAGS = -no-undefined \ - -export-symbols-regex '^cdecl_[[:lower:]]' +libcdecl_la_LDFLAGS = -export-symbols-regex '^cdecl_[[:lower:]]' \ + -no-undefined libcdecl_la_SOURCES = src/scan.c src/parse.c src/parse-decl.c src/typemap.c \ - src/output.c src/explain.c src/declare.c src/i18n.c src/error.c \ - src/normalize.c + src/output.c src/explain.c src/declare.c src/i18n.c \ + src/error.c src/normalize.c src/cdecl-internal.h libcdecl_la_LIBADD = libgnu.la $(LTLIBINTL) $(LTLIBTHREAD) $(libcdecl_la_OBJECTS): $(gnulib_headers)