diff --git a/codepot/src/js/Makefile.am b/codepot/src/js/Makefile.am index b0451508..99d55d69 100644 --- a/codepot/src/js/Makefile.am +++ b/codepot/src/js/Makefile.am @@ -2,6 +2,7 @@ SUBDIRS = prettify wwwdir=$(WWWDIR)/js www_DATA = \ + chart.min.js \ codepot.js \ creole.js \ jquery.min.js \ diff --git a/codepot/src/js/Makefile.in b/codepot/src/js/Makefile.in index 42168f90..70b2e496 100644 --- a/codepot/src/js/Makefile.in +++ b/codepot/src/js/Makefile.in @@ -312,6 +312,7 @@ top_srcdir = @top_srcdir@ wwwdir = $(WWWDIR)/js SUBDIRS = prettify www_DATA = \ + chart.min.js \ codepot.js \ creole.js \ jquery.min.js \