summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-09-17 18:28:44 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-09-17 18:28:44 +0200
commitd86ded15f63417197404211b4b848cbd7c7cc11e (patch)
tree94d5a790370a89b7c4175b83a1b6cb3e8fc60653
parente46b1d220e7c60860a668762f5ca4b4da2d6366f (diff)
downloadlanding-d86ded15f63417197404211b4b848cbd7c7cc11e.tar.gz
landing-d86ded15f63417197404211b4b848cbd7c7cc11e.tar.bz2
landing-d86ded15f63417197404211b4b848cbd7c7cc11e.zip
missing 'static/Makefile' in AC_CONFIG_FILES
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index eb1961e..d67d06a 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/web-common/Makefile)
+AC_CONFIG_FILES(Makefile static/Makefile static/web-common/Makefile)
AC_OUTPUT