summaryrefslogtreecommitdiffstats
path: root/java/Makefile.am
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2005-01-17 02:01:11 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2005-01-17 02:01:11 +0000
commit49d43991bba9a75f5b40611df32c4853c9c06ed5 (patch)
tree714a07fe8bd17fc8904d653370cee782ade44b64 /java/Makefile.am
parentae9e7d05bc8f8701150ed5dfe223e0fded6767a3 (diff)
downloadlasso-49d43991bba9a75f5b40611df32c4853c9c06ed5.tar.gz
lasso-49d43991bba9a75f5b40611df32c4853c9c06ed5.tar.xz
lasso-49d43991bba9a75f5b40611df32c4853c9c06ed5.zip
SWIG: Added support for dynamic casting in Java. It works, but it has been
only implemented for SamlpRequestAbstract. It will soon be generalized to LassoNode.
Diffstat (limited to 'java/Makefile.am')
-rw-r--r--java/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/Makefile.am b/java/Makefile.am
index 49674e46..57db1b58 100644
--- a/java/Makefile.am
+++ b/java/Makefile.am
@@ -29,7 +29,7 @@ javashare_DATA = lasso.jar
SWIG_OUTPUTS = lasso_wrap.c \
Credentials.java Defederation.java Description.java DiscoModify.java \
DiscoModifyResponse.java DiscoQuery.java DiscoQueryResponse.java \
- Discovery.java DstModification.java DstModify.java \
+ Discovery.java DowncastableNode DstModification.java DstModify.java \
DstModifyResponse.java DstQuery.java DstQueryResponse.java \
Federation.java Identity.java InsertEntry.java Lecp.java \
LibAssertion.java LibAuthnRequest.java LibAuthnResponse.java \