summaryrefslogtreecommitdiff
path: root/src/decision/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/decision/Makefile.am')
-rw-r--r--src/decision/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/decision/Makefile.am b/src/decision/Makefile.am
deleted file mode 100644
index f75a17a69..000000000
--- a/src/decision/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-AM_CPPFLAGS = \
- -D__BUILDING_CVC4LIB \
- -I@builddir@/.. -I@srcdir@/../include -I@srcdir@/..
-AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)
-
-noinst_LTLIBRARIES = libdecision.la
-
-libdecision_la_SOURCES = \
- decision_mode.h \
- decision_mode.cpp \
- decision_engine.h \
- decision_engine.cpp \
- decision_strategy.h \
- justification_heuristic.h \
- justification_heuristic.cpp
-
-EXTRA_DIST = \
- options_handlers.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback