File dependencies added to Web UI Makefile

WebUI was not rebuilt while rebuilding RPMS.

https://fedorahosted.org/freeipa/ticket/3235
This commit is contained in:
Petr Vobornik 2013-03-05 16:55:02 +01:00
parent 8751b1a3db
commit 364e0ec5af

View File

@ -13,5 +13,10 @@ MAINTAINERCLEANFILES = \
*~ \
Makefile.in
app.js:
core := $(wildcard ../../src/freeipa/*.js)
base := $(wildcard ../../src/freeipa/_base/*.js)
widgets := $(wildcard ../../src/freeipa/widgets/*.js)
nav := $(wildcard ../../src/freeipa/navigation/*.js)
app.js: $(core) $(base) $(widgets) $(nav)
../../util/make-ui.sh