summaryrefslogtreecommitdiff
path: root/src/context/Makefile.am
blob: 7a40bab1b6e3f374647c45c85e3e3a3d8174176a (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@/.. -I@builddir@/..
AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_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