X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tools%2Fconfigure.ac;h=acc2e7b2183b2ca4c9e11fe9e657877acdf41c38;hb=136500fa756cec47339eb13963d429c7b4350146;hp=8b90e8872e8febaf84ba1e52a131a7d24d57ee8c;hpb=742d9605d866e62bec6fc0f27344b278d11d31dd;p=tinyos-2.x.git diff --git a/tools/configure.ac b/tools/configure.ac index 8b90e887..acc2e7b2 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -80,6 +80,7 @@ case $host in *-apple-darwin*) JNIPREFIX=lib JNISUFFIX=jnilib + JNIVERSIONS=. INSTALLJNI="install" AC_MSG_RESULT(no) DARWIN=yes @@ -142,6 +143,7 @@ AC_OUTPUT( tinyos/misc/tos-write-image tinyos/misc/tos-storage-at45db tinyos/misc/tos-storage-stm25p + tinyos/misc/tos-storage-pxa27xp30 tinyos/misc/Makefile tinyos/ncc/Makefile tinyos/ncc/mig @@ -149,4 +151,6 @@ AC_OUTPUT( tinyos/ncc/ncg tinyos/ncc/nesdoc tinyos/ncc/nesdoc-py/Makefile + tinyos/tosthreads/Makefile + tinyos/safe/Makefile )