]> git.draconx.ca Git - cdecl99.git/blobdiff - Makefile.am
Add basic readline history support.
[cdecl99.git] / Makefile.am
index 137161418adc31cff5433fede42f169c6edd2d58..ecfba9be3e1a8003e91940d4b8e52bb0655c1d8d 100644 (file)
@@ -35,8 +35,8 @@ 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 test/declgen.h \
-       test/test.h
+       src/parse.h src/i18n.h src/normalize.h src/error.h src/history.h \
+       test/declgen.h test/test.h
 
 noinst_DATA = $(MOFILES)
 
@@ -77,7 +77,7 @@ SH_LOG_COMPILER = $(SHELL)
 TESTS = tests/libcdecl-static-symbols.sh tests/randomdecl-sanity.sh \
        tests/crossparse-c-random.sh tests/cdecl99-c-invalid.sh
 
-EXTRA_DIST += $(TESTS)
+dist_check_SCRIPTS = tests/randomdecl-sanity.sed $(TESTS)
 
 src/parse.lo: src/scan.h
 src/scan.lo: src/parse.h