aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/Makefile.am
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2011-01-04 12:59:44 -0800
committerDan Fandrich <dan@coneharvesters.com>2011-01-04 12:59:44 -0800
commita2c8966d508d208f5aa5398952a113d504ae85f9 (patch)
tree54251a2974af294b2ece5d0e9e68e1c7e342c2f9 /tests/unit/Makefile.am
parentd8f6d1c3341cfc5a1263e1f3f339b64e10b75dc3 (diff)
Fixed path to allow out-of-tree builds
Diffstat (limited to 'tests/unit/Makefile.am')
-rw-r--r--tests/unit/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am
index 501ddebe0..bdee6c102 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