aboutsummaryrefslogtreecommitdiff
path: root/src/auth-check-path.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-09-19 16:42:55 -0500
committerTed Gould <ted@gould.cx>2012-09-19 16:42:55 -0500
commit2c7ecf16c1df5de36e1dad477489a5d30133f1b0 (patch)
treed9ff52bd37fe2243aea44518bb794c096f7c098e /src/auth-check-path.c
parent0b4324a891f4c96ec21aef3bf02d961f72c91709 (diff)
downloadlibpam-freerdp2-2c7ecf16c1df5de36e1dad477489a5d30133f1b0.tar.gz
libpam-freerdp2-2c7ecf16c1df5de36e1dad477489a5d30133f1b0.tar.bz2
libpam-freerdp2-2c7ecf16c1df5de36e1dad477489a5d30133f1b0.zip
Set everything up so that the auth check binary can be different in the tests
Diffstat (limited to 'src/auth-check-path.c')
-rw-r--r--src/auth-check-path.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/auth-check-path.c b/src/auth-check-path.c
new file mode 100644
index 0000000..db311ea
--- /dev/null
+++ b/src/auth-check-path.c
@@ -0,0 +1,3 @@
+
+const char * auth_check_path = AUTH_CHECK;
+