summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
blob: 8baf872d25628c448d9cc4348f3d9ab8c946473b (plain)
1
2
3
4
5
6
7
8
9
10
INCLUDES = -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -fvisibility=hidden
AM_CPPFLAGS = -D__BUILDING_CVC4LIB

noinst_LTLIBRARIES = libutil.la

libutil_la_SOURCES = \
	command.cpp \
	decision_engine.cpp \
	output.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback