summaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2002-10-07 21:51:49 +0000
committerSam Hartman <hartmans@mit.edu>2002-10-07 21:51:49 +0000
commit5cad26bc84245c7ca6b63f1d50675ef67d78bd48 (patch)
treec7c3f5631e65897f213fc4d962fded142808f3c0 /src/include/Makefile.in
parentc55eab7d7d09cd75a9ced3fdc9f01f4f89081c5c (diff)
downloadkrb5-5cad26bc84245c7ca6b63f1d50675ef67d78bd48.tar.gz
krb5-5cad26bc84245c7ca6b63f1d50675ef67d78bd48.tar.xz
krb5-5cad26bc84245c7ca6b63f1d50675ef67d78bd48.zip
Implement an install-headers target to install public headers into KRB5_INCDIR;
probably called by setting DESTDIR. ticket: 1208 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14912 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/Makefile.in')
-rw-r--r--src/include/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index 6c6efa06f..a33cea928 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -72,6 +72,6 @@ clean-windows::
cd ..
@echo Making clean in include
-install:: krb5.h profile.h
+install-headers-unix install:: krb5.h profile.h kerberosIV/krb_err.h
$(INSTALL_DATA) krb5.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5.h
$(INSTALL_DATA) profile.h $(DESTDIR)$(KRB5_INCDIR)$(S)profile.h