From 4a15dff7585a41bb2e2b334bdba9bf0883954473 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 10 Jan 2013 17:34:50 +0100 Subject: [PATCH] More fixes to dist package generation. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index e6efcb12..f6e21d6a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ lspSOURCES=../lsp/jquery.js ../lsp/placeholder.js ../lsp/md5.js ../lsp/main.js . lspDATA=../lsp/header.html ../lsp/style.css ../lsp/footer.html # Do not clean below files, build machines do not have closure installed -EXTRA_DIST=server.html server.html.h embed.js.h $(lspSOURCES) $(lspDATA) +EXTRA_DIST=server.html server.html.h embed.js embed.js.h $(lspSOURCES) $(lspDATA) RELEASE ?= "Generic_`getconf LONG_BIT`"