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