aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar bertot <bertot@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-02-19 16:27:11 +0000
committerGravatar bertot <bertot@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-02-19 16:27:11 +0000
commit0905747947f56f273fe4cf6c96ce6525745bb90a (patch)
treed8e8c05a6d55e27a9e83dd161cbaa061999824b4 /Makefile
parent06a8f83186d685a98d57c133b213e83a31a9e30f (diff)
files from contrib/interface need files from contrib/field, the variable
LOCALINCLUDES needs to contain -I contrib/field git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5362 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9963bf7f2..dbb6540f9 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,8 @@ LOCALINCLUDES=-I config -I tools -I scripts -I lib -I kernel -I library \
-I contrib/extraction \
-I contrib/interface -I contrib/fourier \
-I contrib/jprover -I contrib/cc \
- -I contrib/funind -I contrib/first-order
+ -I contrib/funind -I contrib/first-order \
+ -I contrib/field
MLINCLUDES=$(LOCALINCLUDES) -I $(MYCAMLP4LIB)