summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-06-18 16:26:46 +0800
committerJSDurand <mmemmew@gmail.com>2023-06-18 16:26:46 +0800
commit3a4c22e931470fb1280ad0777e3a524b68314846 (patch)
tree94efa069ac37d9c1e5f9913a3bf73bc51219648b /configure.ac
parenta80db17473ff09cc72acba2c1975101e6dbedf39 (diff)
adjust autotools settings
Add more directories under control of autotools.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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