mirror of
https://github.com/curl/curl.git
synced 2026-07-26 14:07:32 +03:00
Fixed path to allow out-of-tree builds
This commit is contained in:
parent
d8f6d1c334
commit
a2c8966d50
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ if CURLDEBUG
|
|||
|
||||
EXTRA_DIST = Makefile.inc
|
||||
|
||||
LDADD = $(top_srcdir)/tests/libtest/first.o $(top_builddir)/lib/libcurlu.la \
|
||||
LDADD = $(top_builddir)/tests/libtest/first.o $(top_builddir)/lib/libcurlu.la \
|
||||
@CURL_LIBS@
|
||||
DEPENDENCIES = $(top_builddir)/lib/libcurlu.la
|
||||
|
||||
|
|
@ -74,4 +74,4 @@ else
|
|||
# do nothing if debug was not enabled
|
||||
all:
|
||||
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue