Missing extra dist files for the Java binding

This commit is contained in:
Mikaël Ates 2011-08-30 18:17:33 +02:00
parent f92f2c0de2
commit 9cebfc85c8
1 changed files with 2 additions and 11 deletions

View File

@ -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