summaryrefslogtreecommitdiff
path: root/src/context/Makefile.am
blob: b36d5e69c8e2c209f0d024c61b065b3fba8b2e50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback