aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-04-07 03:18:50 +0000
committerRob Austein <sra@hactrn.net>2014-04-07 03:18:50 +0000
commit8a54b07cc85256a8fe9132c3d0422b31f2570a1c (patch)
tree86c5713730e8e62f8914686a8cf7a48ce3921070 /configure.ac
parentd8eb94e6f5d7f23d1c208339052587647f60416d (diff)
Fix schema generation.
svn path=/branches/tk685/; revision=5760
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 65368e06..ff25b982 100644
--- a/configure.ac
+++ b/configure.ac
@@ -752,7 +752,7 @@ fi
# Figure out which parts of this package we have to build.
- TOP_LEVEL_SUBDIRS="h"
+ TOP_LEVEL_SUBDIRS="h schemas"
test $build_openssl = yes && TOP_LEVEL_SUBDIRS="$TOP_LEVEL_SUBDIRS openssl"
test $build_rp_tools = yes && TOP_LEVEL_SUBDIRS="$TOP_LEVEL_SUBDIRS rp"
test $build_ca_tools = yes && TOP_LEVEL_SUBDIRS="$TOP_LEVEL_SUBDIRS ca"