Hey, I've pushed a few more build cleanups (removal of references to unused things) But the biggest thing here is adding a Makefile.am to server/field to produce a noinst_LIB.
lp:~mordred/drizzle/codestyle The downside to doing this is that now there were .cc files sharing a directory and a $(srcdir) with files called decimal.h and string.h, which also exist elsewhere, which was b0rking include paths. First try was renaming decimal.h to decimal_f.h and string.h to string_f.h, but that seemed ugly. So in rev208, I made an include/field dir and moved the headers there. It builds and passes tests... although if you guys don't like having the field headers in include/, I'm open to other suggestions... Monty _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

