diff options
| author | Richard Basch <probe@mit.edu> | 1997-02-25 23:50:35 +0000 |
|---|---|---|
| committer | Richard Basch <probe@mit.edu> | 1997-02-25 23:50:35 +0000 |
| commit | 598ad9d588da04c01851806e91d63f428b71a439 (patch) | |
| tree | 91ed5a1b2752127dab8fdf036d480f2d638227c3 /src | |
| parent | a713f9da30facf83405e1c9422ba76e4e5682807 (diff) | |
include/asn.1 no longer exists; don't try to reference it
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9981 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index eaf599742..5976f4576 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -274,8 +274,7 @@ ZIP=zip FILES= ./* \ clients/* clients/kdestroy/* clients/kinit/* clients/klist/* \ config/* include/* include/kerberosIV/* \ - include/krb5/* include/krb5/asn.1/* include/krb5/stock/* \ - include/sys/* lib/* \ + include/krb5/* include/krb5/stock/* include/sys/* lib/* \ lib/crypto/* lib/crypto/crc32/* lib/crypto/des/* \ lib/crypto/sha/* lib/crypto/md4/* lib/crypto/md5/* lib/crypto/os/* \ lib/des425/* lib/gssapi/* lib/gssapi/generic/* lib/gssapi/krb5/* \ @@ -292,7 +291,7 @@ WINFILES= util/windows/* \ MACFILES= mac/* mac/kconfig/* mac/libraries/* mac/telnet-k5-auth/* \ mac/gss-sample/* mac/SAP/* config/* include/* include/krb5/* \ - include/krb5/asn.1/* include/krb5/stock/* include/sys/* \ + include/krb5/stock/* include/sys/* \ ./patchlevel.h WINBINARYFILES= windows/*/*.ico windows/*/*.doc windows/*/*.hlp windows/*/*.hpj |
