das makefile war kaputt. nicht die includes

This commit is contained in:
Enno Rehling 2002-05-09 12:41:05 +00:00
parent eca624d887
commit 1154ff6c2d
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -35,6 +35,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <assert.h> #include <assert.h>
int int
cinfo_unit(const struct locale * lang, const void * obj, enum typ_t typ, struct curse *c, int self) cinfo_unit(const struct locale * lang, const void * obj, enum typ_t typ, struct curse *c, int self)
{ {