From cede0083899d7ed603f58d21b0dcfa0b959cd1b6 Mon Sep 17 00:00:00 2001 From: fedor Date: Thu, 4 Sep 2003 03:39:27 +0000 Subject: [PATCH] Include config.make git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17617 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/xdps/GNUmakefile | 2 ++ 2 files changed, 7 insertions(+) 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