Fix inclusion of preface.h.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1441 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 19:09:43 +00:00
parent 37afdd7452
commit d111da89b0
4 changed files with 7 additions and 4 deletions

View file

@ -131,9 +131,12 @@ DIST_FILES = $(RCS_FILES)
all: $(EXCS)
# This works for GNU make, but not others.
%: %$(OEXT) $(srcdir)/../src/lib$(LIBRARY_NAME)(LIBEXT)
%: %$(OEXT) ../src/lib$(LIBRARY_NAME)$(LIBEXT)
$(CC) $(ALL_CFLAGS) $@$(OEXT) -o $@ $(ALL_LDFLAGS)
foo:
echo $(OEXT)
install:
uninstall:

View file

@ -1,4 +1,4 @@
#include <gnustep/base/stdall.h>
#include <gnustep/base/preface.h>
#include <gnustep/base/behavior.h>
#include <Foundation/NSCoder.h>

View file

@ -1,7 +1,7 @@
#ifndef _server_h
#define _server_h
#include <gnustep/base/stdall.h>
#include <gnustep/base/preface.h>
#include <gnustep/base/Connection.h>
#include <gnustep/base/Array.h>

View file

@ -1,4 +1,4 @@
#include <gnustep/base/stdall.h>
#include <gnustep/base/preface.h>
#include <stdio.h>
#include <gnustep/base/SocketPort.h>
#include <gnustep/base/BinaryCStream.h>