From c71937fc0c2006c032948c564246822cb7344aa9 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 23 Nov 2012 17:19:37 +0100 Subject: 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 --- install/configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install/configure.ac') diff --git a/install/configure.ac b/install/configure.ac index 05ec85799..27e88beb4 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 -- cgit