Skip to content
Snippets Groups Projects
Commit a2c8966d authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Fixed path to allow out-of-tree builds

parent d8f6d1c3
No related branches found
No related tags found
No related merge requests found
......@@ -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
\ No newline at end of file
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment