summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/find/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/auxiliaryFunctions/find/Makefile')
-rw-r--r--src/auxiliaryFunctions/find/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auxiliaryFunctions/find/Makefile b/src/auxiliaryFunctions/find/Makefile
index ab3bb60e..8c8a7293 100644
--- a/src/auxiliaryFunctions/find/Makefile
+++ b/src/auxiliaryFunctions/find/Makefile
@@ -5,7 +5,7 @@
## Made by Bruno JOFRET <bruno.jofret@inria.fr>
##
## Started on Thu Nov 30 16:33:40 2006 jofret
-## Last update Wed Feb 14 14:07:02 2007 jofret
+## Last update Fri Feb 23 17:55:33 2007 jofret
##
## Copyright INRIA 2006
##
@@ -14,7 +14,7 @@ NAME = ../../lib/libFind.a
RM = rm -f
CC = gcc
-INCLUDE = -I ../../type -I ../../misc
+INCLUDE = -I ../../type -I ../../includes -I ../includes
LINK = -L ../../lib
CFLAGS = -Werror -Wall -pedantic -ansi $(INCLUDE) $(LINK) $(STANDARD)
AR = ar cru
@@ -25,7 +25,7 @@ SRC = sfinda.c \
cfinda.c \
zfinda.c
-HEAD = find.h
+HEAD = ../includes/find.h
OBJ = $(SRC:.c=.o)
all: $(NAME)