summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-07-22 11:37:54 +0800
committerJSDurand <mmemmew@gmail.com>2023-07-22 11:37:54 +0800
commit9d80a43a469dd474691c95e9899db09449076df7 (patch)
treeeb61f44c3b5aff9b53071ff55fd061a8c413d537 /configure.ac
parentca1a2fa607a3ce95d8cf68f1a7a481d62b0ecf72 (diff)
Add some auxiliary data.
Try to fix some minor issues.
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 4f629ce..f26ea11 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 chain/Makefile grammar/Makefile graph_macro/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile graph/Makefile nfa/Makefile chain/Makefile grammar/Makefile graph_macro/Makefile])
AC_OUTPUT