summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-11-15 20:24:35 +0000
committerMorgan Deters <mdeters@gmail.com>2010-11-15 20:24:35 +0000
commit24b8c7f104ae9bebbbb04b973d62337c43c6adb8 (patch)
treefe20d961747402c552242e86efc8d1a0cc8f6242 /src/Makefile.am
parent80596bc6e2a4aba6c14d408a41a214579b636f03 (diff)
minor tweaks to last commit, testing infrastructure
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 069a446e6..8224deb8f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,7 +17,7 @@ AM_CPPFLAGS = \
-I@srcdir@/include -I@srcdir@ -I@builddir@
AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)
-SUBDIRS = lib expr util context theory prop smt printer . parser main
+SUBDIRS = lib expr util context theory prop smt . parser main
lib_LTLIBRARIES = libcvc4.la
noinst_LTLIBRARIES = libcvc4_noinst.la
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback