diff options
| author | Theodore Tso <tytso@mit.edu> | 1999-02-09 03:15:30 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1999-02-09 03:15:30 +0000 |
| commit | d8aa1e7165936dfbb722a2530561d765c6d92b30 (patch) | |
| tree | 8a878eb12f8668ace89937f472ce509221cb9157 /src | |
| parent | b59daa8ad9f7d9b3fd7c4ce485f4b20c474e1170 (diff) | |
| download | krb5-d8aa1e7165936dfbb722a2530561d765c6d92b30.tar.gz krb5-d8aa1e7165936dfbb722a2530561d765c6d92b30.tar.xz krb5-d8aa1e7165936dfbb722a2530561d765c6d92b30.zip | |
winexclude.sed: Add .dll and .lib files to the list of functions which
shouldn't get included in the non-binary list of files to be added to
kerbsrc.zip for the Windows build. (If .dll or .lib files need to be
included in the zip file, they must be added to the WINBINARYFILES
macro in the top-level Makefile.in)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11162 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 9 | ||||
| -rw-r--r-- | src/config/winexclude.sed | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 0fd5fa6d1..705501cff 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,12 @@ +Mon Feb 8 22:13:23 1999 Theodore Y. Ts'o <tytso@mit.edu> + + * winexclude.sed: Add .dll and .lib files to the list of functions + which shouldn't get included in the non-binary list of + files to be added to kerbsrc.zip for the Windows build. + (If .dll or .lib files need to be included in the zip + file, they must be added to the WINBINARYFILES macro in + the top-level Makefile.in) + 1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> * post.in (*-recurse): If $(MY_SUBDIRS) is non-NULL use it instead diff --git a/src/config/winexclude.sed b/src/config/winexclude.sed index a6c0be8a7..fd76486ac 100644 --- a/src/config/winexclude.sed +++ b/src/config/winexclude.sed @@ -13,6 +13,8 @@ /\.a$/d /\.zip$/d /\.tar$/d +/\.lib$/d +/\.dll$/d /~$/d /winfile.list$/d /macfile.list$/d |
