mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Added GNUSTEP_HEADERS.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@65 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ac0bee9370
commit
95f1e53a92
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ if test $NeXTCC = 0; then
|
|||
if test $NeXTSTEP = 0; then
|
||||
AC_MSG_RESULT(no)
|
||||
INSTALL_OBJS='$(GNU_OBJS) $(NeXT_OBJS)'
|
||||
INSTALL_HEADERS='$(GNU_HEADERS) $(NEXTSTEP_HEADERS)'
|
||||
INSTALL_HEADERS='$(GNU_HEADERS) $(NEXTSTEP_HEADERS) $(GNUSTEP_HEADERS)'
|
||||
NEXT_INCLUDES='$(OBJECTS_NEXT_INCLUDES)'
|
||||
NeXT_runtime=0
|
||||
NeXT_cc=0
|
||||
|
@ -106,7 +106,7 @@ if test $NeXTCC = 0; then
|
|||
# Get objc/List.h, etc. files from libobjects.
|
||||
NEXT_INCLUDES='$(OBJECTS_NEXT_INCLUDES)'
|
||||
INSTALL_OBJS='$(GNU_OBJS) $(NeXT_OBJS)'
|
||||
INSTALL_HEADERS='$(GNU_HEADERS) $(NEXTSTEP_HEADERS)'
|
||||
INSTALL_HEADERS='$(GNU_HEADERS) $(NEXTSTEP_HEADERS) $(GNUSTEP_HEADERS)'
|
||||
NeXT_cc=0
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue