diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2012-11-23 17:19:37 +0100 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-01-18 15:10:37 +0100 |
commit | c71937fc0c2006c032948c564246822cb7344aa9 (patch) | |
tree | e811b2033874192dfa0b25479f23658d80976480 /install/configure.ac | |
parent | 5e90c9884977b07be8cd0d4f6377b633f29e4ad1 (diff) | |
download | freeipa.git-c71937fc0c2006c032948c564246822cb7344aa9.tar.gz freeipa.git-c71937fc0c2006c032948c564246822cb7344aa9.tar.xz freeipa.git-c71937fc0c2006c032948c564246822cb7344aa9.zip |
Updated makefiles to build FreeIPA Web UI layer
Updated makefiles to comply to new directory structure and also to use builder
for building Web UI.
FreeIPA package spec is modified to use the output of the builder.
https://fedorahosted.org/freeipa/ticket/112
Diffstat (limited to 'install/configure.ac')
-rw-r--r-- | install/configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/install/configure.ac b/install/configure.ac index 05ec8579..27e88beb 100644 --- a/install/configure.ac +++ b/install/configure.ac @@ -87,7 +87,12 @@ AC_CONFIG_FILES([ share/Makefile ui/Makefile ui/ext/Makefile + ui/src/Makefile + ui/src/libs/Makefile ui/images/Makefile + ui/build/Makefile + ui/build/dojo/Makefile + ui/build/freeipa/Makefile tools/Makefile tools/man/Makefile updates/Makefile |