From 3a4c22e931470fb1280ad0777e3a524b68314846 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 18 Jun 2023 16:26:46 +0800 Subject: adjust autotools settings Add more directories under control of autotools. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fe765e6..4f629ce 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AS_IF([test "$CARGO" = "notfound"], [AC_MSG_ERROR([cargo is required])]) AC_PATH_PROG([RUSTC], [rustc], [notfound]) AS_IF([test "$RUSTC" = "notfound"], [AC_MSG_ERROR([rustc is required])]) -AC_CONFIG_FILES([Makefile graph/Makefile nfa/Makefile]) +AC_CONFIG_FILES([Makefile graph/Makefile nfa/Makefile chain/Makefile grammar/Makefile graph_macro/Makefile]) AC_OUTPUT -- cgit v1.2.3-18-g5258