Skip to content
Snippets Groups Projects
Commit f0ced011 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent e9640b68
No related branches found
No related tags found
No related merge requests found
......@@ -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@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment