diff options
| author | Miro Jurisic <meeroh@mit.edu> | 1998-07-29 19:40:14 +0000 |
|---|---|---|
| committer | Miro Jurisic <meeroh@mit.edu> | 1998-07-29 19:40:14 +0000 |
| commit | 86cad833c945fd84a44a0aade4b9644de4c291e8 (patch) | |
| tree | 9f5b28b6e83f7cc8573d60df4e505ccbe7b1ab40 /src | |
| parent | 91be99ad2786daf189d3b02faf912807d882b168 (diff) | |
Added testtrack.h to the snapshot
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10753 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac/Makefile.tmpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mac/Makefile.tmpl b/src/mac/Makefile.tmpl index 11e4b1a1b..814a0452f 100644 --- a/src/mac/Makefile.tmpl +++ b/src/mac/Makefile.tmpl @@ -1,5 +1,7 @@ # TEMPLATE BEGINS HERE +# TEMPLATE BEGINS HERE + SnapshotRoot = //GSS-Kerberos5-1.0.5 INCLUDES = {AUTOINCLUDES} -i /mac/TestTrack/ @@ -59,7 +61,8 @@ MACFILES = {AUTOMACFILES} /Makefile.in /patchlevel.h \ /mac/TestTrack/MITAthenaLib \ /mac/TestTrack/ShlibTestTrack.c \ /mac/TestTrack/ShlibTestTrack.h \ - /mac/TestTrack/TestTrackLib.h + /mac/TestTrack/TestTrackLib.h \ + /mac/TestTrack/testtrack.h MACDIRS = /config/ /include/ /include/krb5/ /include/krb5/stock/ \ /include/sys/ /lib/ /lib/krb5/ /lib/gssapi/ /util/ {AUTOMACDIRS} \ /mac/ \ @@ -67,7 +70,7 @@ MACDIRS = /config/ /include/ /include/krb5/ /include/krb5/stock/ \ /mac/libraries/ \ /mac/libraries/Metrowerks/ \ "/mac/libraries/Metrowerks/CW Pro 2/" \ - /mac/TestTrack/ + /mac/testtrack/ @@ -660,4 +663,3 @@ snapshot : # link-CFMFAT-TT : GSSLibMIT # GSSLibMIT : GSSLibraryMIT.68K GSSLibraryMIT.PPC # Duplicate -y GSSLibraryMIT.68K GSSLibMIT -# MergeFragment GSSLibraryMIT.PPC GSSLibMIT
\ No newline at end of file |
