classes/ now has a real Makefile.in Configure.pl now dynamically builds classes/Makefile, and no longer passes in -I./include as an expanded parameter. Makefile.in has the classes/perl*.o targets removed, replaced with a 'cd classes; make' target.
This is done in anticipation of being able to decouple building classes from the rest of the application. One area that probably should be patched by someone is that '-I./include' should probably be dynamically generated at each level, instead of being hardcoded as it is currently. -Jeff <[EMAIL PROTECTED]>