Revised method for compiling GNUstep package.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2732 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-02-05 16:48:59 +00:00
parent c0a05de9da
commit f59806d975
3 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,12 @@
Thu Feb 5 09:44:38 1998 Adam Fedor <fedor@ultra.doc.com>
* GNUmakefile.postamble (header-links): Remove non-package
links. Link DPSClient to gnustep/gui.
* Souce/GNUmakefile: Include GNUmakefile.local.
* Tools/GNUmakefile: Likewise.
* Tools/GNUmakefile.preamble (ADDITIONAL_LIB_DIRS): Removed
previous change.
Wed Feb 4 09:11:49 1998 Adam Fedor <fedor@ultra.doc.com>
* Changes to allow library to be compiled in a GNUstep package

View file

@ -196,6 +196,8 @@ AppKit/DPSOperators.h
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILE_DIR)/library.make
-include GNUmakefile.postamble

View file

@ -39,6 +39,8 @@ gpbs_OBJC_FILES = gpbs.m
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILE_DIR)/tool.make
-include GNUmakefile.postamble