diff options
author | Werner Koch <[email protected]> | 1998-02-12 14:39:08 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-02-12 14:39:08 +0000 |
commit | fec94908c399bdcc68b61e9142a2e4602312936f (patch) | |
tree | 761673f7e6f57d2543143eda432781459b94cefa /tools | |
parent | bug fixes (diff) | |
download | gnupg-fec94908c399bdcc68b61e9142a2e4602312936f.tar.gz gnupg-fec94908c399bdcc68b61e9142a2e4602312936f.zip |
added zlib and reorgnaized some stuff
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 3 | ||||
-rw-r--r-- | tools/clean-sat.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 9bb4a1e16..21af3c4a4 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -72,7 +72,6 @@ G10_LOCALEDIR = @G10_LOCALEDIR@ GENCAT = @GENCAT@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ -HAVE_ZLIB_H = @HAVE_ZLIB_H@ INSTOBJEXT = @INSTOBJEXT@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ @@ -85,6 +84,8 @@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ VERSION = @VERSION@ +ZLIBS = @ZLIBS@ +ZLIB_SUBDIR = @ZLIB_SUBDIR@ INCLUDES = -I$(top_srcdir)/include needed_libs = ../cipher/libcipher.a ../util/libutil.a ../mpi/libmpi.a ../util/libutil.a diff --git a/tools/clean-sat.c b/tools/clean-sat.c index a4f88e55f..b1edb2010 100644 --- a/tools/clean-sat.c +++ b/tools/clean-sat.c @@ -6,7 +6,7 @@ int main(int argc, char **argv) { - int c, c2; + int c; if( argc > 1 ) { fprintf(stderr, "no arguments, please\n"); |