summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index f4914ce..268c219 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -99,13 +99,12 @@ gssntlmssp_la_LDFLAGS = \
-module
ntlmssptest_SOURCES = \
- src/crypto.c \
- src/ntlm_crypto.c \
- src/ntlm.c \
+ $(GN_MECHGLUE_OBJ) \
tests/ntlmssptest.c
ntlmssptest_CFLAGS = \
$(AM_FLAGS)
ntlmssptest_LDADD = \
+ $(GSSAPI_LIBS) \
$(CRYPTO_LIBS)
dist_noinst_DATA += \