From aceab099f2b0d58a1e6732314f6f7a456382fc99 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sat, 30 Oct 2010 22:18:34 -0700 Subject: [PATCH] add ntlm_err.h --- lib/ntlm/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ntlm/Makefile.am b/lib/ntlm/Makefile.am index 596cd942a..d496b34a8 100644 --- a/lib/ntlm/Makefile.am +++ b/lib/ntlm/Makefile.am @@ -6,7 +6,9 @@ AM_CPPFLAGS += $(INCLUDE_hcrypto) lib_LTLIBRARIES = libheimntlm.la -include_HEADERS = heimntlm.h heimntlm-protos.h +dist_include_HEADERS = heimntlm.h heimntlm-protos.h + +nodist_include_HEADERS = ntlm_err.h dist_libheimntlm_la_SOURCES = ntlm.c heimntlm.h