summaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
authorNathaniel McCallum <npmccallum@redhat.com>2013-04-04 13:39:21 -0400
committerGreg Hudson <ghudson@mit.edu>2013-07-11 14:14:32 -0400
commit8b8f031c6e64360a26c484b548d2158944e09087 (patch)
tree5099280d7aab2f9e5a6be01defd9ce568ff6d8b5 /src/include/Makefile.in
parent13880cfe3ed4f2a8c6dc37a093ddc68165afd276 (diff)
downloadkrb5-8b8f031c6e64360a26c484b548d2158944e09087.tar.gz
krb5-8b8f031c6e64360a26c484b548d2158944e09087.tar.xz
krb5-8b8f031c6e64360a26c484b548d2158944e09087.zip
Add libkrad
The new library libkrad provides code for the parsing of RADIUS packets as well as client implementation based around libverto. This library should be considered unstable. ticket: 7678 (new)
Diffstat (limited to 'src/include/Makefile.in')
-rw-r--r--src/include/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index 03f511c32d..b8ea640b42 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -149,5 +149,6 @@ install-headers-unix install:: krb5/krb5.h profile.h
$(INSTALL_DATA) $(srcdir)/krb5/kadm5_hook_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)kadm5_hook_plugin.h
$(INSTALL_DATA) profile.h $(DESTDIR)$(KRB5_INCDIR)$(S)profile.h
$(INSTALL_DATA) $(srcdir)/gssapi.h $(DESTDIR)$(KRB5_INCDIR)$(S)gssapi.h
+ $(INSTALL_DATA) $(srcdir)/krad.h $(DESTDIR)$(KRB5_INCDIR)/krad.h
depend:: krb5/krb5.h $(BUILT_HEADERS)