summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-22 18:24:26 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-22 18:24:26 +0200
commit5b4b9d593fb93c5f08c2eab5dc3dc08f8dbcbd96 (patch)
treec308bac44915573ab5976ed027ec7a8793289da5
parent6a296b6b8468581dfd7e8b9f28e440ddbd187644 (diff)
downloadlanding-5b4b9d593fb93c5f08c2eab5dc3dc08f8dbcbd96.tar.gz
landing-5b4b9d593fb93c5f08c2eab5dc3dc08f8dbcbd96.tar.bz2
landing-5b4b9d593fb93c5f08c2eab5dc3dc08f8dbcbd96.zip
Adapt autoconfig to new directory layout
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d67d06a..7dd05e2 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(Makefile static/Makefile static/web-common/Makefile)
+AC_CONFIG_FILES(demo/Makefile demo/static/Makefile demo/static/web-common/Makefile)
AC_OUTPUT