diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 0a9b10b4c..2fadfb363 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -1,10 +1,13 @@ # Process this file with automake to produce Makefile.in -INCLUDES = -I$(top_srcdir)/gcrypt +INCLUDES = -I$(top_srcdir)/gcrypt -I$(top_srcdir)/mpi noinst_LTLIBRARIES = libcipher.la +OMIT_DEPENDENCIES = types.h gcrypt.h + + # The configure script greps the module names from the EXTRA_PROGRAMS line EXTRA_PROGRAMS = rndlinux rndunix rndegd rndw32 sha1 rmd160 md5 tiger |