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:
Dan Fandrich
2007-02-17 01:29:01 +00:00
parent 213017e9cf
commit a0a47f2767
4 changed files with 33 additions and 3 deletions

View File

@@ -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