From: mdw Date: Sat, 20 Nov 1999 22:36:26 +0000 (+0000) Subject: Improve dependencies. Move mpx testing into mpx.c. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/ce79f967382a3aadc21001084637fa401127c4a2 Improve dependencies. Move mpx testing into mpx.c. --- diff --git a/Makefile.m4 b/Makefile.m4 index a8385d1..c9ca345 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.11 1999/11/20 22:24:53 mdw Exp $ +## $Id: Makefile.m4,v 1.12 1999/11/20 22:36:26 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,8 +29,11 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ -## Revision 1.11 1999/11/20 22:24:53 mdw -## Add Diffie-Hellman support. +## Revision 1.12 1999/11/20 22:36:26 mdw +## Improve dependencies. Move mpx testing into mpx.c. +## +## Revision 1.12 1999/11/20 22:36:26 mdw +## Improve dependencies. Move mpx testing into mpx.c. ## ## Revision 1.11 1999/11/20 22:24:53 mdw ## Add Diffie-Hellman support. @@ -162,6 +165,7 @@ libcatacomb_la_SOURCES = \ dsa-sign.c dsa-verify.c dsa-gen.c \ dh-prime.c \ addsuffix(join(`ciphers', `-', `cipher_modes'), `.c') \ + addsuffix(join(`hashes', `-', `hash_modes'), `.c') \ addsuffix(`ciphers', `.c') addsuffix(`hashes', `.c') des-base.lo: des_sp.h @@ -211,7 +215,7 @@ $1.t: $1.c libcatacomb.la CTESTRIG(rc4) adorn(`nl`'CTESTRIG(', `ciphers', `)') -CTESTRIG(mpx-test) +adorn(`nl`'CTESTRIG(', `hashes', `)') adorn(`nl`'CTESTRIG(', join(`ciphers', `-', `cipher_modes'), `)') adorn(`nl`'CTESTRIG(', join(`hashes', `-', `hash_modes'), `)') CTESTRIG(mpx)