diff options
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index ec432e049..154ffe689 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -46,8 +46,8 @@ g10_SOURCES = g10.c \ sig-check.c -LDADD = -L ../cipher -L ../mpi -L ../util -L ../intl \ - -lcipher -lmpi -lutil -lintl +LDADD = -L ../cipher -L ../mpi -L ../util \ + -lcipher -lmpi -lutil $(PROGRAMS): ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a |