summaryrefslogtreecommitdiff
path: root/src/bindings/compat/Makefile.am
blob: 2aa714458d9242bcf1940aea2a109c7518c48676 (plain)
1
2
3
4
5
6
7
8
9
AM_CPPFLAGS = \
	-D__BUILDING_CVC4BINDINGSLIB \
	-I@srcdir@/../../include -I@srcdir@/../.. -I@builddir@/../..
AM_CXXFLAGS = -Wall

if CVC4_BUILD_LIBCOMPAT
SUBDIRS = c java
endif

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