diff options
author | Werner Koch <[email protected]> | 2012-08-24 07:29:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-08-24 07:29:56 +0000 |
commit | 8156a38674421deef6c2eb3e91e0186fe7fe4b26 (patch) | |
tree | 51415ff6beaf30024c649379ad166303252da01b /scd | |
parent | Fix incorrect description of --delete-secret-key (diff) | |
download | gnupg-8156a38674421deef6c2eb3e91e0186fe7fe4b26.tar.gz gnupg-8156a38674421deef6c2eb3e91e0186fe7fe4b26.zip |
Fix left over use of jnlib on some platforms
* tools/watchgnupg.c: Take mischelp.h from common/ and not jnlib/.
--
Also fixed in some comments.
Diffstat (limited to 'scd')
-rw-r--r-- | scd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/Makefile.am b/scd/Makefile.am index 09aea0e84..a0c0369e7 100644 --- a/scd/Makefile.am +++ b/scd/Makefile.am @@ -61,7 +61,7 @@ scdaemon_LDADD = $(libcommonpth) ../gl/libgnu.a \ # app.c app-common.h app-help.c $(card_apps) # #sc_copykeys_LDADD = \ -# ../jnlib/libjnlib.a ../common/libcommon.a \ +# ../common/libcommon.a \ # ../common/libsimple-pwquery.a \ # $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) $(NPTH_LIBS) \ # $(LIBUSB_LIBS) \ |