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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user