diff options
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index 5c22b4b7e..ec432e049 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -41,11 +41,13 @@ g10_SOURCES = g10.c \ seskey.c \ sign.c \ import.c \ + export.c \ comment.c \ sig-check.c -LDADD = -L ../cipher -L ../mpi -L ../util -lcipher -lmpi -lutil +LDADD = -L ../cipher -L ../mpi -L ../util -L ../intl \ + -lcipher -lmpi -lutil -lintl $(PROGRAMS): ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a |