mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* EOAdaptors/Postgres95/LoginPanel/GNUmakefile: Add include
directive for local GDL2 headers. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@18829 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f9ef96c0bb
commit
5cb4954557
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
* EOAdaptors/Postgres95/LoginPanel/Makefile.postamble:
|
||||
Don't remove GNUmakefile on distclean.
|
||||
* EOAdaptors/Postgres95/LoginPanel/GNUmakefile: Add include
|
||||
directive for local GDL2 headers.
|
||||
|
||||
2003-03-08 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
BUNDLE_NAME=LoginPanel
|
||||
LoginPanel_OBJC_FILES = Postgres95LoginPanel.m
|
||||
LoginPanel_PRINCIPAL_CLASS = Postgres95LoginPanel
|
||||
ADDITIONAL_INCLUDE_DIRS = -I..
|
||||
ADDITIONAL_INCLUDE_DIRS = -I.. -I../../..
|
||||
LoginPanel_COPY_INTO_DIR = ../Postgres95EOAdaptor.framework/Resources
|
||||
|
||||
include ../config.mak
|
||||
|
|
Loading…
Reference in a new issue