summaryrefslogtreecommitdiffstats
path: root/install/ui/build
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2014-06-30 17:39:17 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-30 18:17:28 +0200
commitdfbd7170e901bc597462191c219c0e2b45c09afa (patch)
tree171306002bafe6bfc1683a70f6c5afad4ce54e6f /install/ui/build
parent50c30c8401c21d43414404bd5caa157196449e4c (diff)
downloadfreeipa-dfbd7170e901bc597462191c219c0e2b45c09afa.tar.gz
freeipa-dfbd7170e901bc597462191c219c0e2b45c09afa.tar.xz
freeipa-dfbd7170e901bc597462191c219c0e2b45c09afa.zip
install/ui/build: Build core.js
The make-ui.sh script builds both app.js and core.js, but only one was specified in the Makefile. Correct the mistake. Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui/build')
-rw-r--r--install/ui/build/freeipa/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/build/freeipa/Makefile.am b/install/ui/build/freeipa/Makefile.am
index d21004d1e..0543872e6 100644
--- a/install/ui/build/freeipa/Makefile.am
+++ b/install/ui/build/freeipa/Makefile.am
@@ -21,3 +21,5 @@ nav := $(wildcard ../../src/freeipa/navigation/*.js)
app.js: $(core) $(base) $(widgets) $(nav)
../../util/make-ui.sh
+
+core.js: app.js