reihenfolge der include-pfade ist wchtig

This commit is contained in:
Enno Rehling 2001-02-25 20:10:44 +00:00
parent 10cba7ae11
commit c5cd0ff666
3 changed files with 6 additions and 5 deletions

View File

@ -11,7 +11,7 @@ include $(ERESSEA)/Makefile.include
## more definitions ## more definitions
INCLUDES = -I../util -I../kernel -I.. INCLUDES = -I../kernel -I.. -I../util
# library: # library:
$(BUILD_DIR)/$(LIBRARY):: $(BUILD_DIR) $(OBJECTS) $(BUILD_DIR)/$(LIBRARY):: $(BUILD_DIR) $(OBJECTS)

View File

@ -8,7 +8,7 @@
This program may not be used, modified or distributed This program may not be used, modified or distributed
without prior permission by the authors of Eressea. without prior permission by the authors of Eressea.
$Id: nrmessage.c,v 1.1 2001/02/24 12:50:50 enno Exp $ $Id: nrmessage.c,v 1.2 2001/02/25 20:10:43 enno Exp $
*/ */
#include <config.h> #include <config.h>
@ -18,6 +18,7 @@
#include "translation.h" #include "translation.h"
#include <string.h> #include <string.h>
#include <stdlib.h>
typedef struct nrmessage_type { typedef struct nrmessage_type {
const struct message_type * mtype; const struct message_type * mtype;

View File

@ -26,10 +26,10 @@ endif
## ##
INCLUDES += \ INCLUDES += \
-I../common \ -I../common/gamecode \
-I../common/util \
-I../common/kernel \ -I../common/kernel \
-I../common/gamecode -I../common/util \
-I../common
LIBNAMES = \ LIBNAMES = \
e-triggers \ e-triggers \