aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-10-27 07:25:20 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-10-27 07:25:20 +0000
commitaf5f11c9e473cbdb0d0c7365cefd382a30c16787 (patch)
tree9d0d2f57da30a97e30587e24e209b27e2e4b2d60 /Makefile
parentb0c6538b5746a7507fc34eac2cf718da13dd70a6 (diff)
Ajout ListTactics
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9291 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55035e36a..25dd5e2ed 100644
--- a/Makefile
+++ b/Makefile
@@ -885,7 +885,7 @@ LISTSVO=\
theories/Lists/MonoList.vo \
theories/Lists/ListSet.vo theories/Lists/Streams.vo \
theories/Lists/TheoryList.vo theories/Lists/List.vo \
- theories/Lists/SetoidList.vo
+ theories/Lists/SetoidList.vo theories/Lists/ListTactics.vo
STRINGSVO=\
theories/Strings/Ascii.vo theories/Strings/String.vo