X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/fe9de6c9fbf52fa3a0eb0929fd18d615741f1d49..fa54fe1eda6977fc8aef0c154f8483e351e20bdd:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index 80e697d..df761d2 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -253,7 +253,8 @@ gfx-sqr.lo: gfx-sqr-tab.h ## --- Utility programs --- bin_PROGRAMS = \ - dsig key pixie cookie rspit factorial hashsum mkphrase catcrypt + dsig key pixie cookie rspit factorial hashsum mkphrase \ + catcrypt catsign noinst_LIBRARIES = libcatcrypt.a bin_SCRIPTS = catacomb-config xpixie noinst_PROGRAMS = \ @@ -273,6 +274,7 @@ patsubst(MP_SOURCES, `\.c\>', `.lo') dsig.o keyutil.o rspit.o \ dsig_SOURCES = dsig.c cookie_SOURCES = cookie.c catcrypt_SOURCES = catcrypt.c +catsign_SOURCES = catsign.c key_SOURCES = keyutil.c hashsum_SOURCES = hashsum.c rspit_SOURCES = rspit.c @@ -326,7 +328,9 @@ changequote(`, ') ## --- Documentation --- -man_MANS = key.1 dsig.1 cookie.1 catcrypt.1 hashsum.1 keyring.5 pixie.1 +man_MANS = \ + key.1 dsig.1 cookie.1 catcrypt.1 catsign.1 hashsum.1 \ + keyring.5 pixie.1 ## --- Other handy definitions ---