diff options
author | Ted Gould <ted@gould.cx> | 2012-09-19 23:29:18 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-09-19 23:29:18 -0500 |
commit | 976901cfca791d661f79cc5ac4e54c5d1d36805b (patch) | |
tree | da45424d46c29ddafbb6ec13f0182f9f3b400c3a | |
parent | 7d6377d559133048ddb17d39be6395b6c2281a19 (diff) | |
download | libpam-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
-rw-r--r-- | tests/Makefile.am | 2 |
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 = \ |