summaryrefslogtreecommitdiff
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
parenta84968fa3b32051a469f1d922cf722322e5e91ed (diff)
downloadlanding-e46b1d220e7c60860a668762f5ca4b4da2d6366f.tar.gz
landing-e46b1d220e7c60860a668762f5ca4b4da2d6366f.tar.bz2
landing-e46b1d220e7c60860a668762f5ca4b4da2d6366f.zip
fixing compilation after moving web-common into static/
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--static/Makefile.am1
3 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 90f1d73..c5dbd6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,2 +1,2 @@
pkgdata_DATA = index.html
-SUBDIRS = web-common
+SUBDIRS = static
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
diff --git a/static/Makefile.am b/static/Makefile.am
new file mode 100644
index 0000000..a0d2051
--- /dev/null
+++ b/static/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = web-common