From 9cebfc85c8ebdbf9a5faf5eb53b9c7b2204dd39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Tue, 30 Aug 2011 18:17:33 +0200 Subject: [PATCH] Missing extra dist files for the Java binding --- bindings/java/Makefile.am | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/bindings/java/Makefile.am b/bindings/java/Makefile.am index 0abb8ad..242d15a 100644 --- a/bindings/java/Makefile.am +++ b/bindings/java/Makefile.am @@ -59,6 +59,8 @@ nodist_libjnicryptic_la_SOURCES = com_entrouvert_cryptic_CrypticJNI.c BUILT_SOURCES = com_entrouvert_cryptic_CrypticJNI.c com_entrouvert_cryptic_CrypticJNI.h +EXTRA_DIST=GObject.java CrypticException_top.java lang.py __init__.py wrapper_bottom.c wrapper_top.c Myclass.java + BINDING_OPTION=#--enable-exception-docs $(java_cryptic_source_files) com_entrouvert_cryptic_CrypticJNI.c: wrapper_top.c wrapper_bottom.c lang.py ../bindings.py @@ -77,17 +79,6 @@ MOSTLYCLEANFILES = com_entrouvert_cryptic_CrypticJNI.c com_entrouvert_cryptic_ __init__.pyc lang.pyc -# tests/BindingTests.java \ -# tests/LoginTest.java \ -EXTRA_DIST = \ - GObject.java \ - CrypticException_top.java \ - lang.py \ - __init__.py \ - wrapper_bottom.c \ - wrapper_top.c - - # Some of the following classes are built only if junit is available #if JUNIT_ENABLED #test_source_files= tests/BindingTests.java tests/LoginTest.java