summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-11-22 16:26:16 +0000
committerMorgan Deters <mdeters@gmail.com>2011-11-22 16:26:16 +0000
commit28bb25889bccc10e7e7ae59bd60f908b6babdce5 (patch)
treeeabb2479389213216377f6c992bb64f223b9faa4 /examples/Makefile.am
parent38bfb8f76514b154c9d6cc370c5cdbdb8118e66c (diff)
fix module name for CVC4 jar file; part of the fix for the Debian package build failure last night
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 9f9404ce9..d765e4d7a 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -45,9 +45,9 @@ simple_vc_compat_c_LDADD = \
@builddir@/../src/bindings/compat/c/libcvc4bindings_c_compat.la
SimpleVC.class: SimpleVC.java
- $(AM_V_JAVAC)$(JAVAC) -classpath "@builddir@/../src/bindings/cvc4.jar" -d "@builddir@" $<
+ $(AM_V_JAVAC)$(JAVAC) -classpath "@builddir@/../src/bindings/CVC4.jar" -d "@builddir@" $<
SimpleVCCompat.class: SimpleVCCompat.java
- $(AM_V_JAVAC)$(JAVAC) -classpath "@builddir@/../src/bindings/compat/java/cvc4compat.jar" -d "@builddir@" $<
+ $(AM_V_JAVAC)$(JAVAC) -classpath "@builddir@/../src/bindings/compat/java/CVC4compat.jar" -d "@builddir@" $<
EXTRA_DIST = \
SimpleVC.java \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback