Mercurial > hg > libxtract
diff swig/java/Makefile.am @ 154:826eb46b2f91
fixed Linux bugs
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Thu, 10 Jan 2013 22:41:03 +0000 |
parents | 7fbca00c2c05 |
children | 49079e689a89 |
line wrap: on
line diff
--- a/swig/java/Makefile.am Thu Jan 10 21:43:57 2013 +0000 +++ b/swig/java/Makefile.am Thu Jan 10 22:41:03 2013 +0000 @@ -3,9 +3,9 @@ JAVA = java javasources = \ - SWIGTYPE_p_float.java \ + SWIGTYPE_p_double.java \ SWIGTYPE_p_int.java \ - SWIGTYPE_p_p_float.java \ + SWIGTYPE_p_p_double.java \ SWIGTYPE_p_unit_.java \ SWIGTYPE_p_void.java \ xtract_bool_t.java \ @@ -35,9 +35,9 @@ javaclasses = \ - SWIGTYPE_p_float.class \ + SWIGTYPE_p_double.class \ SWIGTYPE_p_int.class \ - SWIGTYPE_p_p_float.class \ + SWIGTYPE_p_p_double.class \ SWIGTYPE_p_unit_.class \ SWIGTYPE_p_void.class \ xtract_bool_t.class \