From 1a11e8a71812d1abbf3fb13230c233d741c81fd1 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Wed, 3 Jan 2018 09:35:27 -0600 Subject: Global negate (#1466) --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 098fe4025..a6c58e281 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -401,6 +401,8 @@ libcvc4_la_SOURCES = \ theory/quantifiers/fun_def_engine.h \ theory/quantifiers/fun_def_process.cpp \ theory/quantifiers/fun_def_process.h \ + theory/quantifiers/global_negate.cpp \ + theory/quantifiers/global_negate.h \ theory/quantifiers/ho_trigger.cpp \ theory/quantifiers/ho_trigger.h \ theory/quantifiers/instantiate.cpp \ -- cgit v1.2.3