diff options
author | Werner Koch <wk@gnupg.org> | 1997-11-26 23:02:28 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1997-11-26 23:02:28 +0100 |
commit | 9479cf7e24abf0998ebbc083e28741038d535b68 (patch) | |
tree | 987fa4ffc48db5e94342901fa064f41bf1a7a2da /g10/Makefile.am | |
parent | added assembler modules (diff) | |
download | gnupg2-9479cf7e24abf0998ebbc083e28741038d535b68.tar.xz gnupg2-9479cf7e24abf0998ebbc083e28741038d535b68.zip |
How with some assembly support
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index bb0b96552..c6361004d 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -34,7 +34,7 @@ g10_SOURCES = g10.c \ sig-check.c -LDADD = -L ../cipher -L ../mpi -L ../util -lcipher -lmpi -lutil -lz +LDADD = -L ../cipher -L ../mpi -L ../util -lcipher -lmpi -lutil $(PROGRAMS): ../cipher/libcipher.a ../mpi/libmpi.a |