summaryrefslogtreecommitdiff
path: root/src/compat/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat/Makefile.am')
-rw-r--r--src/compat/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compat/Makefile.am b/src/compat/Makefile.am
index 1e64a61bb..936a63559 100644
--- a/src/compat/Makefile.am
+++ b/src/compat/Makefile.am
@@ -21,7 +21,7 @@ if CVC4_BUILD_LIBCOMPAT
lib_LTLIBRARIES = libcvc4compat.la
if HAVE_CXXTESTGEN
-noinst_LTLIBRARIES = libcvc4compat_noinst.la
+check_LTLIBRARIES = libcvc4compat_noinst.la
endif
libcvc4compat_la_LDFLAGS = \
@@ -48,6 +48,7 @@ libcvc4compat_noinst_la_SOURCES = \
else
EXTRA_DIST = \
+ cvc3_kinds.h \
cvc3_compat.h \
cvc3_compat.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback