catch-22:
* without these ntlm helpers dont pick up libntlmauth API changes in .h
* with these libntlmauth fails make dist with file overwrite Permission errors.
Caused by the automated natiure of include/*.h dist bundling. This will be
properly resolved when libntlmauth can be broken out of lib/ and include/
$(CRYPTLIB) \
$(XTRA_LIBS)
-ntlm_smb_lm_auth_DEPENDENCIES = $(top_builddir)/lib/libntlmauth.a
-
EXTRA_DIST = config.test
# $(top_srcdir)/include/version.h should be a dependency
libntlmauth_a_SOURCES = \
- ntlmauth.c \
- $(top_srcdir)/include/ntlmauth.h
+ ntlmauth.c
libntlmauth_a_LIBADD = \
$(LIBOBJS)
libsspwin32_a_SOURCES = \