summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-09-17 18:03:51 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-09-17 18:03:51 +0200
commite46b1d220e7c60860a668762f5ca4b4da2d6366f (patch)
treea1a9144817cf10fb0089579e043bdd85395e593d /configure.ac
parenta84968fa3b32051a469f1d922cf722322e5e91ed (diff)
downloadlanding-e46b1d220e7c60860a668762f5ca4b4da2d6366f.tar.gz
landing-e46b1d220e7c60860a668762f5ca4b4da2d6366f.tar.bz2
landing-e46b1d220e7c60860a668762f5ca4b4da2d6366f.zip
fixing compilation after moving web-common into static/
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 10945de..eb1961e 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 web-common/Makefile)
+AC_CONFIG_FILES(Makefile static/web-common/Makefile)
AC_OUTPUT