fix buildscript
authorbdemsky <bdemsky>
Sat, 16 Apr 2011 05:16:30 +0000 (05:16 +0000)
committerbdemsky <bdemsky>
Sat, 16 Apr 2011 05:16:30 +0000 (05:16 +0000)
Robust/src/buildscript

index 77d3fe71da11c50c1ed87e462baae855b1cc2f86..f7eb7ec4b45fe77cfc567c8603bcb3e736be391a 100755 (executable)
@@ -1246,6 +1246,11 @@ $ROBUSTROOT/Runtime/taskgarbage.c $ROBUSTROOT/Runtime/oojgarbage.c \
 $ROBUSTROOT/Runtime/math.c \
 $ROBUSTROOT/Runtime/GenericHashtable.c $ROBUSTROOT/Runtime/object.c"
 
+if $JNI
+then
+FILES="$FILES $ROBUSTROOT/Runtime/jni/jni.c $ROBUSTROOT/Runtime/jni/jni-stuff.c"
+fi
+
 if $NUMA
 then
 FILES="$FILES $ROBUSTROOT/Runtime/affinity.c"