From f71a1485f303fa8f2e77d293482310c2655dc6af Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 26 Jul 2000 09:28:29 +0000 Subject: libtool adjustments --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 6353b833d..1a3cd9ff5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,8 +11,8 @@ INCLUDES = -I$(top_srcdir)/include bin_PROGRAMS = curl curl_SOURCES = main.c hugehelp.c urlglob.c -curl_LDADD = $(top_srcdir)/lib/libcurl.a -curl_DEPENDENCIES = $(top_srcdir)/lib/libcurl.a +curl_LDADD = $(top_srcdir)/lib/.libs/libcurl.a +curl_DEPENDENCIES = $(top_srcdir)/lib/.libs/libcurl.a BUILT_SOURCES = hugehelp.c CLEANFILES = hugehelp.c NROFF=@NROFF@ -- cgit v1.2.3