Use new build mechanism
[gpl/argeo-slc.git] / ext / Makefile
diff --git a/ext/Makefile b/ext/Makefile
new file mode 100644 (file)
index 0000000..fae40cc
--- /dev/null
@@ -0,0 +1,21 @@
+include ../sdk.mk
+.PHONY: clean all osgi
+
+all: osgi
+
+A2_CATEGORY = org.argeo.tp
+
+BUNDLES = \
+org.argeo.ext.slf4j \
+javax.mail.mbox \
+
+clean:
+       rm -rf $(BUILD_BASE)
+
+A2_OUTPUT = $(SDK_BUILD_BASE)/a2
+A2_BASE = $(A2_OUTPUT)
+
+VPATH = .:ext
+DEP_CATEGORIES = org.argeo.tp
+
+include  $(SDK_SRC_BASE)/sdk/argeo-build/osgi.mk
\ No newline at end of file