diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-16 13:56:04 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-16 13:57:26 +0200 |
commit | d6f12190c0d953dd3090153a45ecdd10f01cd9c3 (patch) | |
tree | 722a7e55f34c6b457cad213464ca8a9372044db3 /configure.ac | |
parent | 1e2fdea5a977a9fdbb7bcc0632d9fb1c8ef82987 (diff) |
-move templating library into exchange.git
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bbb0fabff..290afd0af 100644 --- a/configure.ac +++ b/configure.ac @@ -541,6 +541,7 @@ AC_CONFIG_FILES([Makefile src/mhd/Makefile src/pq/Makefile src/sq/Makefile + src/templating/Makefile src/util/Makefile ]) AC_OUTPUT |