summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-10-16 17:59:35 -0400
committerSimo Sorce <simo@redhat.com>2013-10-18 16:29:50 -0400
commit11b40086ed584a20764be67f4345ccee7ea5bcaf (patch)
tree3985ac7025f2e4f1592cbdd4bef93f9ea6bb253b /Makefile.am
parente6370d26843206bcf7e418d3c3014611fdecc489 (diff)
downloadgss-ntlmssp-11b40086ed584a20764be67f4345ccee7ea5bcaf.tar.gz
gss-ntlmssp-11b40086ed584a20764be67f4345ccee7ea5bcaf.tar.xz
gss-ntlmssp-11b40086ed584a20764be67f4345ccee7ea5bcaf.zip
Add public devel header file
This contains definitions for various OIDs and flags needed to implemented non-standard features like NTLMSSP Connectionless mode.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 04919d8..24970c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -85,6 +85,10 @@ dist_noinst_HEADERS = \
src/ntlm.h \
src/gss_ntlmssp.h
+gssapidir = $(includedir)/gssapi
+dist_gssapi_HEADERS = \
+ src/gssapi_ntlmssp.h
+
####################
# Program Binaries #
####################