X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/72a6efc4d59568868fc6bbe05d343f777fc1a159..5c3f75ec49019d160806489824fc76652a2ef444:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index bb976cc..066ef52 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-m4-*- ## -## $Id: Makefile.m4,v 1.81 2004/04/08 16:17:32 mdw Exp $ +## $Id: Makefile.m4,v 1.82 2004/04/17 09:58:36 mdw Exp $ ## ## Makefile for Catacomb ## @@ -245,14 +245,15 @@ patsubst(MP_SOURCES, `\.c\>', `.lo') dsig.o keyutil.o rspit.o: \ ## --- Utility programs --- -bin_PROGRAMS = dsig key pixie rspit factorial hashsum mkphrase +bin_PROGRAMS = dsig key pixie rspit factorial hashsum mkphrase catcrypt bin_SCRIPTS = catacomb-config xpixie noinst_PROGRAMS = \ genprimes mptypes serpent-check bittest mpdump \ addsuffix(`gen_tables', `-mktab') LDADD = libcatacomb.la -dsig_SOURCES = dsig.c getdate.y getdate.h +dsig_SOURCES = dsig.c cc.h cc-sig.c getdate.y getdate.h +catcrypt_SOURCES = catcrypt.c cc.h cc-sig.c cc-kem.c cc-enc.c key_SOURCES = keyutil.c getdate.y getdate.h hashsum_SOURCES = hashsum.c rspit_SOURCES = rspit.c