Move JNI to a standalone subdirectory.
[lgpl/argeo-commons.git] / jni / org_argeo_api_uuid_libuuid / Makefile
diff --git a/jni/org_argeo_api_uuid_libuuid/Makefile b/jni/org_argeo_api_uuid_libuuid/Makefile
new file mode 100644 (file)
index 0000000..cfeb1db
--- /dev/null
@@ -0,0 +1,8 @@
+NATIVE_PACKAGE := org_argeo_api_uuid_libuuid
+
+ADDITIONAL_INCLUDES = /usr/include/uuid
+ADDITIONAL_LIBS = -luuid
+
+include ../../sdk.mk
+include ../jni.mk
+