summaryrefslogtreecommitdiffstats
path: root/install/ui/build
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/build')
-rw-r--r--install/ui/build/freeipa/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/install/ui/build/freeipa/Makefile.am b/install/ui/build/freeipa/Makefile.am
index 4d80bdfe6..045a090e6 100644
--- a/install/ui/build/freeipa/Makefile.am
+++ b/install/ui/build/freeipa/Makefile.am
@@ -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