diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-09-04 13:10:37 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-04 13:10:37 +0000 | 
| commit | 33b8e71583da4e32833c5d72dcfef317a0fd6f60 (patch) | |
| tree | b08b3f9d195ad70b1e9a910c8662d5a18ec05f38 | |
| parent | 1c961286950e4d59f2dae7b979765759b64fd150 (diff) | |
remove -lz
| -rw-r--r-- | src/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Makefile.am b/src/Makefile.am index 27c4a0bcd..82433a659 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,7 +18,7 @@ curl_SOURCES = main.c hugehelp.c urlglob.c writeout.c setup.h \  	config-win32.h config-mac.h config-vms.h config-riscos.h \  	urlglob.h version.h writeout.h writeenv.c writeenv.h -curl_LDADD = ../lib/libcurl.la -lz +curl_LDADD = ../lib/libcurl.la  curl_DEPENDENCIES = ../lib/libcurl.la  BUILT_SOURCES = hugehelp.c  CLEANFILES = hugehelp.c | 
