summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 90efb9cab..3f0d0b381 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,10 +1,11 @@
INCLUDES = -I@srcdir@/include
-SUBDIRS = parser sat
+SUBDIRS = core parser sat
lib_LTLIBRARIES = libcvc4.la
libcvc4_la_LIBADD = \
+ core/libcore.a
parser/libparser.a
sat/minisat/libminisat.a
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback