summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-20 22:29:13 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-20 22:29:13 +0200
commitbe527b14a2d644d5790d69b05abaabdee7fc00ba (patch)
tree0a20a4984db182d09ce34f5fc3135504de7d2364 /configure.ac
parentc05d4a7888e543bd5a17583a2e69fe3679567e75 (diff)
downloadlanding-be527b14a2d644d5790d69b05abaabdee7fc00ba.tar.gz
landing-be527b14a2d644d5790d69b05abaabdee7fc00ba.tar.bz2
landing-be527b14a2d644d5790d69b05abaabdee7fc00ba.zip
improve landing docu and build system (#5693)demo-2019-08-31-00
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 7dd05e2..fffd9e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,5 +3,5 @@ AM_INIT_AUTOMAKE
# check for typescript compiler
AC_CHECK_PROG([tsc],[tsc],[yes],[no])
AM_CONDITIONAL(HAVE_TSC, [ test "$tsc" = "yes"])
-AC_CONFIG_FILES(demo/Makefile demo/static/Makefile demo/static/web-common/Makefile)
+AC_CONFIG_FILES(Makefile demo/Makefile demo/static/Makefile demo/static/web-common/Makefile)
AC_OUTPUT