X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=Makefile;h=c1803c93b347559a47cf03c55429098335fc8ee1;hp=4eb1de3758039444ed70136ba47567fa04dd9826;hb=HEAD;hpb=711408cc603c2ebe21f8b825456bcbbe59e02f70 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