mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
Fixed path to allow out-of-tree builds
This commit is contained in:
parent
d8f6d1c334
commit
a2c8966d50
@ -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…
Reference in New Issue
Block a user