diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 988bd83..70f7b86 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -60,7 +60,8 @@ test_freerdpclient_wrapper_CXXFLAGS = \ test_freerdpclient_wrapper_CPPFLAGS = \ $(AM_CPPFLAGS) \ - -DAUTH_CHECK="\"$(abs_builddir)/test-freerdp-auth\"" + -DAUTH_CHECK="\"$(abs_builddir)/test-freerdp-auth\"" \ + -DLIBPAM_COMPILE test_freerdpclient_wrapper_LDFLAGS = \ -pthread |