X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/e13318db101cd40f5b96a76f0810a079714db10d..f72de1ee756e59988c9c9bb49df42f513aa9dca1:/progs/Makefile.am diff --git a/progs/Makefile.am b/progs/Makefile.am index ff7f5f76..5f4e570c 100644 --- a/progs/Makefile.am +++ b/progs/Makefile.am @@ -33,7 +33,7 @@ UTILS_LIBS = \ libcatcrypt.la $(top_builddir)/libcatacomb.la \ $(mLib_LIBS) $(LIBS) -LDADD = $(UTILS_LIBS) +LDADD = $(UTILS_LIBS) $(CATACOMB_LIBS) ###-------------------------------------------------------------------------- ### The `catcrypt' library. @@ -92,11 +92,9 @@ dist_man_MANS += key.1 keyring.5 ## Generate passphrases with given entropy using wordlists and Markov models. bin_PROGRAMS += mkphrase dist_man_MANS += mkphrase.1 -mkphrase_LDADD = $(LDADD) $(MATHLIBS) ## Performance testing. bin_PROGRAMS += perftest -perftest_LDADD = $(LDADD) $(MATHLIBS) ## Remember passphrases for limited periods of time. bin_PROGRAMS += pixie