aboutsummaryrefslogtreecommitdiff
path: root/tests
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
commit976901cfca791d661f79cc5ac4e54c5d1d36805b (patch)
treeda45424d46c29ddafbb6ec13f0182f9f3b400c3a /tests
parent7d6377d559133048ddb17d39be6395b6c2281a19 (diff)
downloadlibpam-x2go-976901cfca791d661f79cc5ac4e54c5d1d36805b.tar.gz
libpam-x2go-976901cfca791d661f79cc5ac4e54c5d1d36805b.tar.bz2
libpam-x2go-976901cfca791d661f79cc5ac4e54c5d1d36805b.zip
Make sure we have the full path to execute the auth check
Diffstat (limited to 'tests')
-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 = \