diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-02-17 01:29:01 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-02-17 01:29:01 +0000 |
commit | a0a47f2767b6b17c6fdeeb2418e1371df25cbc6d (patch) | |
tree | 3f9f8004f16a7c1f5069a3e38ad60deac570e25f /src | |
parent | 213017e9cfea983a8b8e38c1a591e77dd2ecb85e (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |