summaryrefslogtreecommitdiff
path: root/src/bindings/compat/Makefile.am
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-09-04 14:59:19 -0700
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-04 16:59:19 -0500
commit747a9a248da073911e1c0da34c38f0648421a087 (patch)
tree98449a71c66d0ad427b8c8dc6f0ed1b9fbccdfbe /src/bindings/compat/Makefile.am
parent29bf7d6a937ab50c4dd92a30d7beb36a4001ead6 (diff)
Remove CVC3 compatibility layer (#2418)
Diffstat (limited to 'src/bindings/compat/Makefile.am')
-rw-r--r--src/bindings/compat/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/bindings/compat/Makefile.am b/src/bindings/compat/Makefile.am
deleted file mode 100644
index 327da7fae..000000000
--- a/src/bindings/compat/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-AM_CPPFLAGS = \
- -D__BUILDING_CVC4BINDINGSLIB \
- -I@builddir@/../.. -I@srcdir@/../../include -I@srcdir@/../..
-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