X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=134414d126b21f0f2519c4426ca5ffcd2d560f1c;hb=HEAD;hp=4eb1de3758039444ed70136ba47567fa04dd9826;hpb=711408cc603c2ebe21f8b825456bcbbe59e02f70;p=gpl%2Fargeo-suite.git diff --git a/Makefile b/Makefile index 4eb1de3..134414d 100644 --- 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