diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 094bc56df..f84769dbe 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +Thu Apr 27 18:27:36 1995 Keith Vetter (keithv@fusion.com) + + * Makefile.in: duplicate copying the profile.h file for the PC. + Thu Apr 27 17:57:36 1995 Keith Vetter (keithv@fusion.com) * krb5.h: krb5_mk_req somehow got INTERFACE added to it--removed it. diff --git a/src/include/Makefile.in b/src/include/Makefile.in index e02f086fc..f7009cfbc 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -8,6 +8,7 @@ all-mac:: all-windows:: copy $(BUILDTOP)\util\et\com_err.h . + copy $(BUILDTOP)\util\profile\profile.h . if not exist gssapi\nul mkdir gssapi copy $(BUILDTOP)\lib\gssapi\generic\gssapi.h gssapi copy $(BUILDTOP)\lib\gssapi\generic\gssapi_generic.h gssapi |
