diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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" |