summaryrefslogtreecommitdiff
path: root/src/context/Makefile.am
blob: 85847e096e92d533081cdcf8c832da74a94ff8e2 (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 $(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