summaryrefslogtreecommitdiff
path: root/src/decision/Makefile.am
blob: f75a17a69c18bebaa68b9c84f21ae6237189698b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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