diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-26 15:03:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-26 15:03:34 +0200 |
commit | cb400751c159fc1fdfa39bc14960da3dd749e637 (patch) | |
tree | 11de639a89e36affdcb1087188a86d9f4b2e7089 /configure.ac | |
parent | 7d2465146e6dd1f50d6a8f5121edfa667f1cae84 (diff) |
vendoring Mustach
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 399f7592..a57f2c3a 100644 --- a/configure.ac +++ b/configure.ac @@ -368,11 +368,12 @@ AC_CONFIG_FILES([Makefile doc/Makefile doc/doxygen/Makefile src/Makefile -src/merchant-tools/Makefile -src/include/Makefile -src/backenddb/Makefile src/backend/Makefile +src/backenddb/Makefile +src/include/Makefile src/lib/Makefile +src/merchant-tools/Makefile +src/mustach/Makefile src/testing/Makefile ]) AC_OUTPUT |