mirror of
https://github.com/curl/curl.git
synced 2026-07-25 18:47:15 +03:00
Better separate the library dependencies into those required by libcurl
and those required by other components to avoid forcing unneeded dependencies into the target objects.
This commit is contained in:
parent
213017e9cf
commit
a0a47f2767
4 changed files with 33 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ bin_PROGRAMS = curl
|
|||
|
||||
include Makefile.inc
|
||||
|
||||
curl_LDADD = ../lib/libcurl.la
|
||||
curl_LDADD = ../lib/libcurl.la @CURL_LIBS@
|
||||
curl_DEPENDENCIES = ../lib/libcurl.la
|
||||
BUILT_SOURCES = hugehelp.c
|
||||
CLEANFILES = hugehelp.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue