From c3143cfe012cae435b3c1a6d6b09c4136d85a164 Mon Sep 17 00:00:00 2001 From: Thulinma <jaron@vietors.com> Date: Thu, 14 Mar 2013 11:54:27 +0100 Subject: [PATCH] Finally actually fix building of generated .h files --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 4a58c18d..85787281 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,6 @@ CLOSUREJAR=../lsp/closure-compiler.jar CLOSURE=java -jar $(CLOSUREJAR) --warning_level QUIET +BUILT_SOURCES=controller/server.html.h connectors/embed.js.h lspSOURCES=../lsp/jquery.js ../lsp/placeholder.js ../lsp/md5.js ../lsp/main.js ../lsp/functions.js ../lsp/tablesort.js lspDATA=../lsp/header.html ../lsp/style.css ../lsp/footer.html