Prepare next development cycle
[gpl/argeo-suite.git] / Makefile
index 4eb1de3758039444ed70136ba47567fa04dd9826..134414d126b21f0f2519c4426ca5ffcd2d560f1c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ uninstall: osgi-uninstall
 A2_CATEGORY = org.argeo.suite
 
 BUNDLES = \
-org.argeo.app.api \
+org.argeo.api.app \
 org.argeo.app.core \
 org.argeo.app.jcr \
 org.argeo.app.geo \
@@ -27,8 +27,11 @@ swt/org.argeo.app.ui \
 DEP_CATEGORIES = \
 org.argeo.tp \
 org.argeo.tp.httpd \
+org.argeo.tp.sys \
+org.argeo.tp.sdk \
 org.argeo.tp.jcr \
 org.argeo.tp.utils \
+org.argeo.tp.img \
 org.argeo.tp.publish \
 org.argeo.tp.math \
 org.argeo.tp.earth \
@@ -46,6 +49,9 @@ clean:
        rm -rf $(BUILD_BASE)
        make -C js clean
 
+native-deps-debian:
+       sudo apt install npm
+
 ## WEB
 web:
        make -C js all