From d24fc43684f19a09c35de504187ef979c8053c56 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Wed, 6 May 2020 02:20:19 +0200 Subject: [PATCH] [wip/py-hpp-rbprm-corba] add depedencies to hpp-environments --- py-hpp-rbprm-corba/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/py-hpp-rbprm-corba/Makefile b/py-hpp-rbprm-corba/Makefile index bbea394d..f6d2dc42 100644 --- a/py-hpp-rbprm-corba/Makefile +++ b/py-hpp-rbprm-corba/Makefile @@ -2,6 +2,7 @@ # Created: Guilhem Saurel on Wed, 30 Jan 2019 # +PKGREVISION= 1 HPP_PACKAGE= hpp-rbprm-corba HPP_COMMENT= Corba server for RB-PRM @@ -27,6 +28,8 @@ include ../../path/py-hpp-corbaserver/depend.mk include ../../path/hpp-util/depend.mk include ../../graphics/py-qt-hpp-gepetto-viewer/depend.mk include ../../mapping/octomap/depend.mk +include ../../simulation/hpp-environments/depend.mk +include ../../simulation/py-hpp-environments/depend.mk include ../../middleware/omniORB/depend.mk include ../../middleware/py-omniORBpy/depend.mk -- GitLab