diff options
Diffstat (limited to 'beecrypt/masm/Makefile.in')
-rw-r--r-- | beecrypt/masm/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/beecrypt/masm/Makefile.in b/beecrypt/masm/Makefile.in index 273e92c87..a90e1d368 100644 --- a/beecrypt/masm/Makefile.in +++ b/beecrypt/masm/Makefile.in @@ -17,7 +17,7 @@ # # Makefile.am's purpose is to add the Microsoft assembler files to the dist # -# Copyright (c) 2001 Virtual Unlimited B.V. +# Copyright (c) 2001, 2002 Virtual Unlimited B.V. # # Author: Bob Deblier <bob@virtualunlimited.com> # @@ -127,7 +127,7 @@ uint8_type = @uint8_type@ AUTOMAKE_OPTIONS = gnu no-dependencies -EXTRA_DIST = blowfishopt.i586.asm fips180opt.i586.asm mp32opt.i386.asm +EXTRA_DIST = aesopt.i586.asm blowfishopt.i586.asm mp32opt.i386.asm sha1opt.i586.asm subdir = masm mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h |