aboutsummaryrefslogtreecommitdiff
path: root/build-standalone.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build-standalone.xml')
-rw-r--r--build-standalone.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-standalone.xml b/build-standalone.xml
index 05dc174..447b9b1 100644
--- a/build-standalone.xml
+++ b/build-standalone.xml
@@ -76,8 +76,9 @@
<antcall target="dist-build.package"/>
</target>
<target name="headers" depends="compile">
- <javah classpath="${build.classes.dir}" outputfile="src/cz/crcs/ectester/standalone/libs/native.h">
+ <javah classpath="${build.classes.dir}" outputfile="src/cz/crcs/ectester/standalone/libs/jni/native.h">
<class name="cz.crcs.ectester.standalone.libs.TomcryptLib"/>
+ <class name="cz.crcs.ectester.standalone.libs.jni.TomCryptProvider"/>
</javah>
</target>
</project>