mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Correct definition of HEADER_FILES_DIR.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2756 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e476d477b3
commit
4b95b24298
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Feb 14 16:34:22 1998 Scott Christley <scottc@net-community.com>
|
||||
|
||||
* Model/GNUmakefile (HEADER_FILES_DIR): Correct definition.
|
||||
|
||||
Thu Feb 5 09:44:38 1998 Adam Fedor <fedor@ultra.doc.com>
|
||||
|
||||
* GNUmakefile.postamble (header-links): Remove non-package
|
||||
|
|
|
@ -37,7 +37,7 @@ endif
|
|||
# APP_NAME = test
|
||||
|
||||
libgmodel_OBJC_FILES = IMCustomObject.m IMConnectors.m IMLoading.m GMAppKit.m
|
||||
libgmodel_HEADER_FILES_DIR = .
|
||||
libgmodel_HEADER_FILES_DIR = ../Headers/AppKit
|
||||
libgmodel_HEADER_FILES_INSTALL_DIR = /gnustep/gui/AppKit
|
||||
libgmodel_HEADER_FILES = IMConnectors.h IMCustomObject.h IMLoading.h GMAppKit.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue