diff -urN inn-CURRENT-20010615/MANIFEST inn-CURRENT-20010615.new/MANIFEST
old
|
new
|
|
569 | 569 | storage/timehash/method.config buildconfig definition |
570 | 570 | storage/timehash/timehash.c timehash storage routines |
571 | 571 | storage/timehash/timehash.h Header for timehash |
| 572 | storage/tradext tradext storage method (Directory) |
| 573 | storage/tradext/Makefile Makefile for tradext storage method |
| 574 | storage/tradext/README.tradext Docs for tradext storage method |
| 575 | storage/tradext/method.config buildconfig definition |
| 576 | storage/tradext/tradext.c tradext storage routines |
| 577 | storage/tradext/tradext.h Header for tradext |
572 | 578 | storage/tradspool tradspool storage method (Directory) |
573 | 579 | storage/tradspool/Makefile Makefile for tradspool storage method |
574 | 580 | storage/tradspool/README.tradspool Docs for tradspool storage method |
575 | 581 | storage/tradspool/method.config buildconfig definition |
| 582 | storage/tradspool/trad.c Routines common to tradspool and tradext |
| 583 | storage/tradspool/trad.h Headers common to tradspool and tradext |
576 | 584 | storage/tradspool/tradspool.c tradspool storage routines |
577 | 585 | storage/tradspool/tradspool.h Header for tradspool |
578 | 586 | storage/trash Trash storage method (Directory) |
diff -urN inn-CURRENT-20010615/storage/Makefile inn-CURRENT-20010615.new/storage/Makefile
old
|
new
|
|
89 | 89 | methods.h ../include/paths.h |
90 | 90 | methods.o: methods.c ../include/config.h ../include/inn/defines.h \ |
91 | 91 | ../include/clibrary.h methods.h tradspool/tradspool.h \ |
92 | | timecaf/timecaf.h trash/trash.h cnfs/cnfs.h timehash/timehash.h |
| 92 | timecaf/timecaf.h trash/trash.h cnfs/cnfs.h timehash/timehash.h \ |
| 93 | tradext/tradext.h |
93 | 94 | ovmethods.o: ovmethods.c ../include/config.h ../include/inn/defines.h \ |
94 | 95 | ../include/clibrary.h ovinterface.h ../include/ov.h \ |
95 | 96 | ../include/storage.h ovdb/ovdb.h buffindexed/buffindexed.h \ |