diff options
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 |