mirror of
https://github.com/curl/curl.git
synced 2026-05-08 16:27:28 +03:00
remove -lz
This commit is contained in:
parent
1c96128695
commit
33b8e71583
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue