--- ../../dev3/gift/ChangeLog 2006-11-18 12:32:29.000000000 -0600 +++ ChangeLog 2006-11-18 12:53:08.000000000 -0600 @@ -13,6 +13,10 @@ when dumping pointer as int, check the size of the pointer before casting. * FeatureExtraction/Makefile.am change $(top_srcdir) to $(top_builddir), so that we can build gift in a directory other than ${srcdir} + * GIFTServer/Makefile.am + remove $(srcdir), not being used. + HACK: add $(top_srcdir) to the path, to fix #includes of the form "directory/include/target.h", so that we can build gift in a directory other than ${srcdir} + NOTE: in reality, before the "libraries" can be moved into being seperately installable packages, these paths need changed to 2006-10-10