]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/configure.ac
Initial checkin of tosthreads related tools for generating dynamically loadable binaries
[tinyos-2.x.git] / tools / configure.ac
index a024efa06e370e7f5961f9dd4dbc46e37d0873f9..03f33037385c13707d8327e7288756de0d1a438b 100644 (file)
@@ -80,6 +80,7 @@ case $host in
   *-apple-darwin*)
     JNIPREFIX=lib
     JNISUFFIX=jnilib
+    JNIVERSIONS=.
     INSTALLJNI="install"
     AC_MSG_RESULT(no)
     DARWIN=yes
@@ -138,9 +139,11 @@ AC_OUTPUT(
        tinyos/misc/tos-ident-flags
        tinyos/misc/tos-install-jni
        tinyos/misc/tos-set-symbols
+       tinyos/misc/tos-write-buildinfo
        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
@@ -148,4 +151,5 @@ AC_OUTPUT(
        tinyos/ncc/ncg
        tinyos/ncc/nesdoc
        tinyos/ncc/nesdoc-py/Makefile
+       tinyos/tosthreads/Makefile
 )