mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
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:
parent
37afdd7452
commit
d111da89b0
4 changed files with 7 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <gnustep/base/stdall.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/behavior.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue