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:
parent
e9640b6831
commit
f0ced0110f
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user