diff --git a/ChangeLog b/ChangeLog index c5f53d2..9b4f693 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-03 Adam Fedor + + * Source/xdps/GNUmakefile: include config.make (patch from + Aredridel ). + 2003-09-02 Adam Fedor * Tools/gpbs.m (init): Don't mess with file descriptors on MinGW. diff --git a/Source/xdps/GNUmakefile b/Source/xdps/GNUmakefile index 208ad87..0c56cb7 100644 --- a/Source/xdps/GNUmakefile +++ b/Source/xdps/GNUmakefile @@ -30,6 +30,8 @@ GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make include $(GNUSTEP_MAKEFILES)/common.make +include ../../config.make + SUBPROJECT_NAME=xdps # The pswrap source files to be compiled