summaryrefslogtreecommitdiff
path: root/src/theory/bool/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bool/Makefile.am')
-rw-r--r--src/theory/bool/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/theory/bool/Makefile.am b/src/theory/bool/Makefile.am
new file mode 100644
index 000000000..9c8b8365e
--- /dev/null
+++ b/src/theory/bool/Makefile.am
@@ -0,0 +1,10 @@
+AM_CPPFLAGS = \
+ -D__BUILDING_CVC4LIB \
+ -I@srcdir@/../../include -I@srcdir@/../..
+AM_CXXFLAGS = -Wall -fvisibility=hidden
+
+noinst_LTLIBRARIES = libbool.la
+
+libbool_la_SOURCES =
+
+EXTRA_DIST = kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback