Install header in base rather than Foundation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11008 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-09-26 17:05:58 +00:00
parent 8445f749ab
commit 1bcdd1cab3
6 changed files with 15 additions and 9 deletions

View file

@ -1,3 +1,9 @@
2001-09-26 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GNUmakefile: install DistributedObjects.h in gnustep/base
rather than Foundation .... but it's an internal header - should
it be installed at all?
2001-09-25 Adam Fedor <fedor@gnu.org>
* configure.in: Typo in saving CPPFLAGS during iconv test.

View file

@ -25,7 +25,7 @@
#define __DistributedObjects_h
/*
* Changes from GNU DO to OPENSTEP style DO
* For internal use by the GNUstep base library.
*
* Classes should implement [-classForPortCoder] to return the class
* that should be sent over the wire.

View file

@ -126,6 +126,7 @@ win32-def.top \
libgnustep-base.def
GNU_HEADERS = \
DistributedObjects.h \
GSLocale.h \
GSUnion.h \
GSIArray.h \
@ -276,9 +277,8 @@ win32-load.h \
NSCallBacks.h \
tzfile.h
BASE_HEADERS = \
FOUNDATION_HEADERS = \
Foundation.h \
DistributedObjects.h \
GSMime.h \
NSArchiver.h \
NSArray.h \
@ -350,7 +350,7 @@ NSURL.h \
NSURLHandle.h
ifeq ($(HAVE_LIBXML),1)
BASE_HEADERS += GSXML.h
FOUNDATION_HEADERS += GSXML.h
endif
UNICODE_HEADERS = \
@ -362,7 +362,7 @@ unicode/decomp.h \
unicode/nextstep.h
HEADERS_INSTALL = $(GNU_HEADERS) \
$(BASE_HEADERS) \
$(FOUNDATION_HEADERS) \
$(UNICODE_HEADERS)
GENERATED_HFILES = \
@ -389,7 +389,7 @@ libgnustep-base_DLL_DEF = libgnustep-base.def
libgnustep-base_HEADER_FILES_DIR = $(HEADER_DIR)
libgnustep-base_HEADER_FILES_INSTALL_DIR = /Foundation
libgnustep-base_HEADER_FILES = $(BASE_HEADERS)
libgnustep-base_HEADER_FILES = $(FOUNDATION_HEADERS)
-include Makefile.preamble

View file

@ -52,7 +52,7 @@
#endif
#include <Foundation/NSPortCoder.h>
#include <Foundation/DistributedObjects.h>
#include <base/DistributedObjects.h>
#include <Foundation/NSHashTable.h>
#include <Foundation/NSMapTable.h>

View file

@ -24,7 +24,7 @@
#include <config.h>
#include <base/preface.h>
#include <Foundation/DistributedObjects.h>
#include <base/DistributedObjects.h>
#include <Foundation/NSLock.h>
#include <Foundation/NSPort.h>
#include <Foundation/NSMethodSignature.h>

View file

@ -70,7 +70,7 @@
#include <Foundation/NSPortCoder.h>
#undef _IN_PORT_CODER_M
#include <Foundation/DistributedObjects.h>
#include <base/DistributedObjects.h>
typedef unsigned char uchar;