From 1bf351fbcf68a81cac1f8ce7c0e0e155eb6093cb Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Thu, 3 Mar 2011 01:05:26 +0000 Subject: add $SUBDIRS to $top/rpkid/Makefile.in and add portal-gui when django is detected by the configure script svn path=/configure; revision=3710 --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 21ff7873..ccbaaf01 100644 --- a/configure.ac +++ b/configure.ac @@ -231,6 +231,12 @@ test $build_python = yes && TOP_LEVEL_SUBDIRS="$TOP_LEVEL_SUBDIRS rpkid" AC_SUBST(TOP_LEVEL_SUBDIRS) +# Conditionally build subsets of the rpkid tools + RPKID_SUBDIRS="" +test $build_django = yes && RPKID_SUBDIRS="$RPKID_SUBDIRS portal-gui" + +AC_SUBST(RPKID_SUBDIRS) + AC_CONFIG_FILES([Makefile rcynic/Makefile rcynic/static-rsync/Makefile -- cgit v1.2.3