From 602bc234c7836e33fb0feef608cea79c2d82ea8b Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 20 Mar 2009 18:09:19 +0000 Subject: Install kadmin and kdb headers Add disclaimers to the kadmin and kdb headers about the weaker stability commitments we make for their APIs, and install them for the benefit of users who can tolerate such instability. (The kadmin interface is the real goal here, but the kadmin header includes kdb.h so we need to install both.) ticket: 6431 tags: pullup target_version: 1.7 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22112 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/pre.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/pre.in') diff --git a/src/config/pre.in b/src/config/pre.in index 7a4e2ca4fa..6923ade7d2 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -219,6 +219,7 @@ KRB5_AD_MODULE_DIR = $(MODULE_DIR)/authdata KRB5_LIBKRB5_MODULE_DIR = $(MODULE_DIR)/libkrb5 GSS_MODULE_DIR = @libdir@/gss KRB5_INCSUBDIRS = \ + $(KRB5_INCDIR)/kadm5 \ $(KRB5_INCDIR)/krb5 \ $(KRB5_INCDIR)/gssapi \ $(KRB5_INCDIR)/gssrpc -- cgit