1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

corrected to use the libtool libraries instead of the forced-static ones

This commit is contained in:
Daniel Stenberg 2000-08-02 08:08:09 +00:00
parent e9640b6831
commit f0ced0110f

View File

@ -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/.libs/libcurl.a
curl_DEPENDENCIES = $(top_srcdir)/lib/.libs/libcurl.a
curl_LDADD = $(top_srcdir)/lib/libcurl.la
curl_DEPENDENCIES = $(top_srcdir)/lib/libcurl.la
BUILT_SOURCES = hugehelp.c
CLEANFILES = hugehelp.c
NROFF=@NROFF@