aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 091cd578c..253eb0de1 100644
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,11 @@ INCLUDES=-I config -I lib -I kernel
CONFIG=config/coq_config.cmo
-LIB=lib/pp_control.cmo lib/pp.cmo lib/util.cmo lib/hashcons.cmo
+LIB=lib/pp_control.cmo lib/pp.cmo lib/util.cmo lib/hashcons.cmo \
+ lib/dyn.cmo
-KERNEL=kernel/names.cmo kernel/sign.cmo
+KERNEL=kernel/names.cmo kernel/generic.cmo kernel/term.cmo \
+ kernel/sign.cmo kernel/evd.cmo
OBJS=$(CONFIG) $(LIB) $(KERNEL)