mirror of
https://github.com/curl/curl.git
synced 2026-07-09 12:17:16 +03:00
use top_dir instead of ../
This commit is contained in:
parent
dbc12876ab
commit
45271fd084
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 = ../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…
Add table
Add a link
Reference in a new issue