A little bird told me that exports.c is not automatically regenerated if you remove a header file. You have to manually remove exports.c or run "make extraclean."
The normal user would probably think that "make clean" would clean up any such issues. Does anybody care? If so, it should be sufficient to edit server/Makefile.in and change it to something like this: CLEAN_TARGETS = <existing crap> exports.c export_vars.h ... EXTRACLEAN_TARGETS = It seems reasonable to me that "make clean" should take care of this. Any counteropinions? -- Jeff Trawick | [EMAIL PROTECTED] Born in Roswell... married an alien...
