mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-25 08:51:03 +00:00
Include config.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17617 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aff0fd24bd
commit
cede008389
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-09-03 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Source/xdps/GNUmakefile: include config.make (patch from
|
||||||
|
Aredridel <aredridel@nbtsc.org>).
|
||||||
|
|
||||||
2003-09-02 Adam Fedor <fedor@gnu.org>
|
2003-09-02 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* Tools/gpbs.m (init): Don't mess with file descriptors on MinGW.
|
* Tools/gpbs.m (init): Don't mess with file descriptors on MinGW.
|
||||||
|
|
|
@ -30,6 +30,8 @@ GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../back.make
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
||||||
|
include ../../config.make
|
||||||
|
|
||||||
SUBPROJECT_NAME=xdps
|
SUBPROJECT_NAME=xdps
|
||||||
|
|
||||||
# The pswrap source files to be compiled
|
# The pswrap source files to be compiled
|
||||||
|
|
Loading…
Reference in a new issue