Finally actually fix building of generated .h files
This commit is contained in:
parent
4608278d6b
commit
c3143cfe01
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
CLOSUREJAR=../lsp/closure-compiler.jar
|
CLOSUREJAR=../lsp/closure-compiler.jar
|
||||||
CLOSURE=java -jar $(CLOSUREJAR) --warning_level QUIET
|
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
|
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
|
lspDATA=../lsp/header.html ../lsp/style.css ../lsp/footer.html
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue