Move java api to extras/
[vpp.git] / build-data / platforms / vpp.mk
index 6b795b7..0687946 100644 (file)
@@ -26,7 +26,7 @@ vpp_uses_dpdk = yes
 # Uncoment to enable building unit tests
 # vpp_enable_tests = yes
 
-vpp_root_packages = vpp vom
+vpp_root_packages = vpp vom japi
 
 # DPDK configuration parameters
 # vpp_uses_dpdk_mlx4_pmd = yes
@@ -37,7 +37,9 @@ vpp_root_packages = vpp vom
 # vpp_dpdk_shared_lib = yes
 
 # Use '--without-libnuma' for non-numa aware architecture
-vpp_configure_args_vpp =
+# Use '--enable-dlmalloc' to use dlmalloc instead of mheap
+vpp_configure_args_vpp = --enable-dlmalloc
+sample-plugin_configure_args_vpp = --enable-dlmalloc
 
 # load balancer plugin is not portable on 32 bit platform
 ifeq ($(MACHINE),i686)