summaryrefslogtreecommitdiff
path: root/src/context/Makefile.am
blob: 54accdd6e687a5c19674a93dd8e1df0d78b703da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -fvisibility=hidden

noinst_LTLIBRARIES = libcontext.la

libcontext_la_SOURCES = \
	context.cpp \
	context.h \
	context_mm.cpp \
	context_mm.h \
	cdo.h \
	cdlist.h \
	cdmap.h \
	cdset.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback