Commit 6da2d7b5 authored by Andreas Fenkart's avatar Andreas Fenkart
Browse files

makefile: introduce EXT4_FILES

Showing with 3 additions and 2 deletions
+3 -2
......@@ -63,16 +63,17 @@ else
JSMIN=$(JSMIN_TOOL)
endif
nobase_nodist_web_DATA += \
EXT4_FILES = \
./webroot/js/extjs/adapter/ext/ext-base.js \
./webroot/js/extjs/ext-all.js
else
nobase_nodist_web_DATA += \
EXT4_FILES = \
./webroot/js/extjs/adapter/ext/ext-base-debug.js \
./webroot/js/extjs/ext-all-debug.js
JSMIN=$(CAT)
endif
nobase_nodist_web_DATA += $(EXT4_FILES)
BUILT_SOURCES = $(GENERATED_FILES)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment