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 /src/Makefile.am | |
parent | 7d2465146e6dd1f50d6a8f5121edfa667f1cae84 (diff) |
vendoring Mustach
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 984c780f..cb071d95 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,3 @@ # This Makefile is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -SUBDIRS = include backenddb backend lib testing merchant-tools +SUBDIRS = include mustach backenddb backend lib testing merchant-tools |