mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
use top_dir instead of ../
This commit is contained in:
parent
dbc12876ab
commit
45271fd084
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user