Edits to makefile
This commit is contained in:
parent
05d23a0ac6
commit
6ae7b6146e
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -161,8 +161,8 @@ MistDTSC2MP4: src/converters/dtsc2mp4.cpp
|
|||
$(CXX) -o $@ $(LDLIBS) $(CPPFLAGS) $^
|
||||
|
||||
BUILT_SOURCES=controller/server.html.h connectors/embed.js.h
|
||||
lspSOURCES=../lsp/jquery.js ../lsp/placeholder.js ../lsp/md5.js ../lsp/main.js ../lsp/pages.js ../lsp/tablesort.js
|
||||
lspDATA=../lsp/header.html ../lsp/main.css ../lsp/footer.html
|
||||
lspSOURCES=lsp/jquery.js lsp/placeholder.js lsp/md5.js lsp/main.js lsp/pages.js lsp/tablesort.js
|
||||
lspDATA=lsp/header.html lsp/main.css lsp/footer.html
|
||||
|
||||
JAVA := $(shell which java 2> /dev/null)
|
||||
ifdef JAVA
|
||||
|
|
Loading…
Add table
Reference in a new issue