use top_dir instead of ../
authorDaniel Stenberg <daniel@haxx.se>
Thu, 8 Jun 2000 15:14:17 +0000 (15:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 Jun 2000 15:14:17 +0000 (15:14 +0000)
src/Makefile.am

index 4f4ed81..6353b83 100644 (file)
@@ -11,8 +11,8 @@ INCLUDES = -I$(top_srcdir)/include
 bin_PROGRAMS = curl
 
 curl_SOURCES = main.c hugehelp.c urlglob.c
-curl_LDADD = ../lib/libcurl.a
-curl_DEPENDENCIES = ../lib/libcurl.a
+curl_LDADD = $(top_srcdir)/lib/libcurl.a
+curl_DEPENDENCIES = $(top_srcdir)/lib/libcurl.a
 BUILT_SOURCES = hugehelp.c
 CLEANFILES = hugehelp.c
 NROFF=@NROFF@