summaryrefslogtreecommitdiff
path: root/src/bindings/compat/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/compat/Makefile.am')
-rw-r--r--src/bindings/compat/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/bindings/compat/Makefile.am b/src/bindings/compat/Makefile.am
new file mode 100644
index 000000000..bd20da5b8
--- /dev/null
+++ b/src/bindings/compat/Makefile.am
@@ -0,0 +1,9 @@
+AM_CPPFLAGS = \
+ -D__BUILDING_CVC4BINDINGSLIB \
+ -I@srcdir@/../../include -I@srcdir@/../.. -I@builddir@/../..
+AM_CXXFLAGS = -Wall $(FLAG_VISIBILITY_HIDDEN)
+
+if CVC4_BUILD_LIBCOMPAT
+SUBDIRS = java
+endif
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback