diff options
author | Rob Austein <sra@hactrn.net> | 2014-04-09 21:33:13 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-04-09 21:33:13 +0000 |
commit | f9102a8cbbbbea27670e8ca628d90c6689441efd (patch) | |
tree | e77e40a5ca35aa67b0b1bc12fbc487f20b4c58fa /configure.ac | |
parent | cbdca1699ea9866131d8e0c9d18028d017f8e227 (diff) |
Clean up source regeneration (h/ and schemas/), debug builds with
--disable-*-tools set.
svn path=/branches/tk685/; revision=5775
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index a2a4dc79..b5c9a6a3 100644 --- a/configure.ac +++ b/configure.ac @@ -770,9 +770,7 @@ AC_SUBST(OPENSSL_TARGET) AC_SUBST(RP_TARGET) AC_SUBST(CA_TARGET) -AC_CONFIG_FILES([Makefile - h/Makefile - schemas/Makefile]) +AC_CONFIG_FILES([Makefile]) # OpenSSL has its own build system that bears no relationship to # anything but itself, and our use of it is a bit weird, so this is a |