summaryrefslogtreecommitdiff
path: root/src/theory/uf/tim/Makefile.am
blob: 647783885e152b79501a636c55aa5f7f25f4c20f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@srcdir@/../../../include -I@srcdir@/../../.. -I@builddir@/../../..
AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)

noinst_LTLIBRARIES = libuftim.la

libuftim_la_SOURCES = \
	ecdata.h \
	ecdata.cpp \
	theory_uf_tim.h \
	theory_uf_tim.cpp

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