mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
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:
parent
fd0ac116db
commit
4177213d01
6 changed files with 15 additions and 9 deletions
|
@ -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>
|
2001-09-25 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* configure.in: Typo in saving CPPFLAGS during iconv test.
|
* configure.in: Typo in saving CPPFLAGS during iconv test.
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#define __DistributedObjects_h
|
#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
|
* Classes should implement [-classForPortCoder] to return the class
|
||||||
* that should be sent over the wire.
|
* that should be sent over the wire.
|
||||||
|
|
|
@ -126,6 +126,7 @@ win32-def.top \
|
||||||
libgnustep-base.def
|
libgnustep-base.def
|
||||||
|
|
||||||
GNU_HEADERS = \
|
GNU_HEADERS = \
|
||||||
|
DistributedObjects.h \
|
||||||
GSLocale.h \
|
GSLocale.h \
|
||||||
GSUnion.h \
|
GSUnion.h \
|
||||||
GSIArray.h \
|
GSIArray.h \
|
||||||
|
@ -276,9 +277,8 @@ win32-load.h \
|
||||||
NSCallBacks.h \
|
NSCallBacks.h \
|
||||||
tzfile.h
|
tzfile.h
|
||||||
|
|
||||||
BASE_HEADERS = \
|
FOUNDATION_HEADERS = \
|
||||||
Foundation.h \
|
Foundation.h \
|
||||||
DistributedObjects.h \
|
|
||||||
GSMime.h \
|
GSMime.h \
|
||||||
NSArchiver.h \
|
NSArchiver.h \
|
||||||
NSArray.h \
|
NSArray.h \
|
||||||
|
@ -350,7 +350,7 @@ NSURL.h \
|
||||||
NSURLHandle.h
|
NSURLHandle.h
|
||||||
|
|
||||||
ifeq ($(HAVE_LIBXML),1)
|
ifeq ($(HAVE_LIBXML),1)
|
||||||
BASE_HEADERS += GSXML.h
|
FOUNDATION_HEADERS += GSXML.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
UNICODE_HEADERS = \
|
UNICODE_HEADERS = \
|
||||||
|
@ -362,7 +362,7 @@ unicode/decomp.h \
|
||||||
unicode/nextstep.h
|
unicode/nextstep.h
|
||||||
|
|
||||||
HEADERS_INSTALL = $(GNU_HEADERS) \
|
HEADERS_INSTALL = $(GNU_HEADERS) \
|
||||||
$(BASE_HEADERS) \
|
$(FOUNDATION_HEADERS) \
|
||||||
$(UNICODE_HEADERS)
|
$(UNICODE_HEADERS)
|
||||||
|
|
||||||
GENERATED_HFILES = \
|
GENERATED_HFILES = \
|
||||||
|
@ -389,7 +389,7 @@ libgnustep-base_DLL_DEF = libgnustep-base.def
|
||||||
libgnustep-base_HEADER_FILES_DIR = $(HEADER_DIR)
|
libgnustep-base_HEADER_FILES_DIR = $(HEADER_DIR)
|
||||||
libgnustep-base_HEADER_FILES_INSTALL_DIR = /Foundation
|
libgnustep-base_HEADER_FILES_INSTALL_DIR = /Foundation
|
||||||
|
|
||||||
libgnustep-base_HEADER_FILES = $(BASE_HEADERS)
|
libgnustep-base_HEADER_FILES = $(FOUNDATION_HEADERS)
|
||||||
|
|
||||||
-include Makefile.preamble
|
-include Makefile.preamble
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <Foundation/NSPortCoder.h>
|
#include <Foundation/NSPortCoder.h>
|
||||||
#include <Foundation/DistributedObjects.h>
|
#include <base/DistributedObjects.h>
|
||||||
|
|
||||||
#include <Foundation/NSHashTable.h>
|
#include <Foundation/NSHashTable.h>
|
||||||
#include <Foundation/NSMapTable.h>
|
#include <Foundation/NSMapTable.h>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <base/preface.h>
|
#include <base/preface.h>
|
||||||
#include <Foundation/DistributedObjects.h>
|
#include <base/DistributedObjects.h>
|
||||||
#include <Foundation/NSLock.h>
|
#include <Foundation/NSLock.h>
|
||||||
#include <Foundation/NSPort.h>
|
#include <Foundation/NSPort.h>
|
||||||
#include <Foundation/NSMethodSignature.h>
|
#include <Foundation/NSMethodSignature.h>
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
#include <Foundation/NSPortCoder.h>
|
#include <Foundation/NSPortCoder.h>
|
||||||
#undef _IN_PORT_CODER_M
|
#undef _IN_PORT_CODER_M
|
||||||
|
|
||||||
#include <Foundation/DistributedObjects.h>
|
#include <base/DistributedObjects.h>
|
||||||
|
|
||||||
typedef unsigned char uchar;
|
typedef unsigned char uchar;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue