From: Dan Fandrich Date: Tue, 4 Jan 2011 20:59:44 +0000 (-0800) Subject: Fixed path to allow out-of-tree builds X-Git-Tag: curl-7_21_4~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2c8966d508d208f5aa5398952a113d504ae85f9;p=thirdparty%2Fcurl.git Fixed path to allow out-of-tree builds --- diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 501ddebe0e..bdee6c102f 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -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