From a0a47f2767b6b17c6fdeeb2418e1371df25cbc6d Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 17 Feb 2007 01:29:01 +0000 Subject: 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. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 77f0abfd4..13fad213e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 -- cgit v1.2.3