Actually properly fixed build problems with server.html.h / embed.js.h files.
This commit is contained in:
parent
67e3b90c6b
commit
e076496244
1 changed files with 4 additions and 4 deletions
|
@ -46,9 +46,9 @@ MistAnalyserAMF_SOURCES=analysers/amf_analyser.cpp
|
||||||
MistAnalyserMP4_SOURCES=analysers/mp4_analyser.cpp
|
MistAnalyserMP4_SOURCES=analysers/mp4_analyser.cpp
|
||||||
|
|
||||||
|
|
||||||
connectors/embed.js.h: $(srcdir)/connectors/embed.js
|
connectors/embed.js.h: connectors/embed.js
|
||||||
$(CLOSURE) $(srcdir)/embed.js > embed.min.js
|
$(CLOSURE) $(srcdir)/connectors/embed.js > embed.min.js
|
||||||
xxd -i embed.min.js | sed s/_min_/_/g > embed.js.h
|
xxd -i embed.min.js | sed s/_min_/_/g > $(srcdir)/connectors/embed.js.h
|
||||||
rm embed.min.js
|
rm embed.min.js
|
||||||
|
|
||||||
controller/server.html: $(lspDATA) $(lspSOURCES)
|
controller/server.html: $(lspDATA) $(lspSOURCES)
|
||||||
|
@ -62,6 +62,6 @@ controller/server.html: $(lspDATA) $(lspSOURCES)
|
||||||
echo "</style>" >> $@
|
echo "</style>" >> $@
|
||||||
cat ../lsp/footer.html >> $@
|
cat ../lsp/footer.html >> $@
|
||||||
|
|
||||||
controller/server.html.h: $(srcdir)/controller/server.html
|
controller/server.html.h: controller/server.html
|
||||||
cd $(srcdir)/controller; xxd -i server.html server.html.h
|
cd $(srcdir)/controller; xxd -i server.html server.html.h
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue