aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-09-19 23:29:18 -0500
committerTed Gould <ted@gould.cx>2012-09-19 23:29:18 -0500
commit88ec3eac3541793636048bab693145a0b4268c32 (patch)
treeda45424d46c29ddafbb6ec13f0182f9f3b400c3a
parent7ee22c853b651808fa61226bad3d7dd5a0338379 (diff)
downloadlibpam-freerdp2-88ec3eac3541793636048bab693145a0b4268c32.tar.gz
libpam-freerdp2-88ec3eac3541793636048bab693145a0b4268c32.tar.bz2
libpam-freerdp2-88ec3eac3541793636048bab693145a0b4268c32.zip
Make sure we have the full path to execute the auth check
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 56fe7b9..c257ac9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -52,7 +52,7 @@ test_freerdpclient_wrapper_LDADD = \
test_freerdpclient_wrapper_CXXFLAGS = \
$(AM_CXXFLAGS) \
- -DAUTH_CHECK="\"$(builddir)/test-freerdp-auth\"" \
+ -DAUTH_CHECK="\"$(abs_builddir)/test-freerdp-auth\"" \
-I${top_srcdir}/src
test_freerdpclient_wrapper_LDFLAGS = \