diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-12-17 06:26:55 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-12-17 06:26:55 +0000 |
commit | 8f14a1cc3823b09897dccb0aeece8db09bfa8b73 (patch) | |
tree | 0c71c9025e4fef35f07f825aff146d237662097f /configure.in | |
parent | 3e53f28f6ea9a35291b7917eca3657059f1b8d0b (diff) |
Pristine compilation works.
--HG--
extra : convert_revision : 64faed12a3a33720986786db602714dfaa4bc599
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 05b1ba0..17b267a 100644 --- a/configure.in +++ b/configure.in @@ -610,5 +610,7 @@ fi AC_EXEEXT AC_CONFIG_HEADER(config.h) AC_OUTPUT(Makefile) +AC_OUTPUT(libtomcrypt/Makefile) +AC_OUTPUT(libtommath/Makefile) AC_MSG_RESULT() AC_MSG_RESULT(Now edit options.h to choose features.) |