From c65f40e14629bb9f6a58a8f824f114232887763e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 25 Jun 2013 12:48:25 +0200 Subject: [PATCH] Add common.js to the tarball --- src/root/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/root/Makefile.am b/src/root/Makefile.am index a999726b..b14acedf 100644 --- a/src/root/Makefile.am +++ b/src/root/Makefile.am @@ -2,7 +2,8 @@ TEMPLATES = $(wildcard *.tt) STATIC = \ $(wildcard static/images/*) \ $(wildcard static/css/*) \ - static/js/bootbox.min.js + static/js/bootbox.min.js \ + static/js/common.js FLOT = flot-0.6.zip JQUERY = jquery-ui-1.8.5.custom.zip