Fixed path to allow out-of-tree builds

This commit is contained in:
Dan Fandrich 2011-01-04 12:59:44 -08:00
parent d8f6d1c334
commit a2c8966d50

View File

@ -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