From fb643cd971caee530eee69a431df07783cc48b8d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 23 Feb 2013 17:01:43 +0100 Subject: [PATCH] Install bootbox --- 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 7182a7ec..97c4a610 100644 --- a/src/root/Makefile.am +++ b/src/root/Makefile.am @@ -1,7 +1,8 @@ TEMPLATES = $(wildcard *.tt) STATIC = \ $(wildcard static/images/*) \ - $(wildcard static/css/*) + $(wildcard static/css/*) \ + static/js/bootbox.min.js FLOT = flot-0.6.zip TABLESORTER = jquery.tablesorter.zip