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 /common/srv.c | |
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 '')
-rw-r--r-- | common/srv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/srv.c b/common/srv.c index c493f973e..74afbcb71 100644 --- a/common/srv.c +++ b/common/srv.c @@ -326,6 +326,6 @@ main(int argc,char *argv[]) /* Local Variables: -compile-command: "cc -DTEST -I.. -I../include -Wall -g -o srv srv.c -lresolv ../tools/no-libgcrypt.o ../jnlib/libjnlib.a" +compile-command: "cc -DTEST -I.. -I../include -Wall -g -o srv srv.c -lresolv ../tools/no-libgcrypt.o ../common/libcommon.a" End: */ |