summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-08-02 08:08:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-08-02 08:08:09 +0000
commitf0ced0110fd3014b78e06478a244ff2d8b4df21e (patch)
treeb0b635c4bcf2c010a17672d2b4895fd11e061c2f
parente9640b683162f42348755bc443db32eaa3174383 (diff)
downloadgnurl-f0ced0110fd3014b78e06478a244ff2d8b4df21e.tar.gz
gnurl-f0ced0110fd3014b78e06478a244ff2d8b4df21e.tar.bz2
gnurl-f0ced0110fd3014b78e06478a244ff2d8b4df21e.zip
corrected to use the libtool libraries instead of the forced-static ones
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1a3cd9ff5..51bfbaf51 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/.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@