diff --git a/ChangeLog b/ChangeLog index 0375198..a6e94f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-07 Matt Rice + + * Documentation/GDL2Intro/Examples/GNUmakefile: Link in EOAccess and + EOControl to reflect changes to gdl2.make. + 2008-03-06 Matt Rice * DBModeler/Modeler.m, diff --git a/Documentation/GDL2Intro/Examples/GNUmakefile b/Documentation/GDL2Intro/Examples/GNUmakefile index fa0683c..a2c80df 100644 --- a/Documentation/GDL2Intro/Examples/GNUmakefile +++ b/Documentation/GDL2Intro/Examples/GNUmakefile @@ -1,6 +1,13 @@ include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/Auxiliary/gdl2.make +ADDITIONAL_NATIVE_LIBS=EOAccess EOControl + +# This is strictly for integration into the gdl2 build system +# If you are basing a gdl2 application off of these examples +# you won't need the following line in your GNUmakefiles. +ADDITIONAL_NATIVE_LIB_DIRS=../../../EOAccess ../../../EOControl + include GNUmakefile.eoexample include GNUmakefile.connection include GNUmakefile.eoexample2