summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 8f120e14c..3e05d480d 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -49,6 +49,11 @@ SimpleVC.class: SimpleVC.java
SimpleVCCompat.class: SimpleVCCompat.java
$(AM_V_JAVAC)$(JAVAC) -classpath "@builddir@/../src/bindings/compat/java/cvc4compat.jar" -d "@builddir@" $<
+EXTRA_DIST = \
+ SimpleVC.java \
+ SimpleVCCompat.java \
+ README
+
if STATIC_BINARY
simple_vc_cxx_LINK = $(CXXLINK) -all-static
simple_vc_compat_cxx_LINK = $(CXXLINK) -all-static
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback