diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-10-27 07:25:20 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-10-27 07:25:20 +0000 |
commit | af5f11c9e473cbdb0d0c7365cefd382a30c16787 (patch) | |
tree | 9d0d2f57da30a97e30587e24e209b27e2e4b2d60 /Makefile | |
parent | b0c6538b5746a7507fc34eac2cf718da13dd70a6 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |