mirror of
https://github.com/curl/curl.git
synced 2026-05-16 03:26:21 +03:00
corrected to use the libtool libraries instead of the forced-static ones
This commit is contained in:
parent
e9640b6831
commit
f0ced0110f
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue