diff options
Diffstat (limited to 'g13/Makefile.am')
-rw-r--r-- | g13/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/Makefile.am b/g13/Makefile.am index 84004cb34..362f060de 100644 --- a/g13/Makefile.am +++ b/g13/Makefile.am @@ -40,7 +40,7 @@ g13_SOURCES = \ be-encfs.c be-encfs.h \ be-truecrypt.c be-truecrypt.h -g13_LDADD = $(libcommonpth) ../jnlib/libjnlib.a ../gl/libgnu.a \ +g13_LDADD = $(libcommonpth) ../gl/libgnu.a \ $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(PTH_LIBS) \ $(GPG_ERROR_LIBS) $(LIBINTL) |