From 74e16eb7b2889cc6c806143ad3c9fe51821f8f5a Mon Sep 17 00:00:00 2001 From: Anthony Mallet <anthony.mallet@laas.fr> Date: Mon, 10 Dec 2012 17:12:22 +0100 Subject: [PATCH] [wip/genom3-ros] Depend on ros packages in robotpkg --- genom3-ros/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/genom3-ros/Makefile b/genom3-ros/Makefile index 4e6bf5e0..43dcd630 100644 --- a/genom3-ros/Makefile +++ b/genom3-ros/Makefile @@ -17,13 +17,13 @@ GNU_CONFIGURE= yes NOT_FOR_PLATFORM= # empty USE_LANGUAGES+= c c++ +include ../../wip/genom3/depend.mk include ../../devel/boost-headers/depend.mk +include ../../devel/ros-core/depend.mk +include ../../interfaces/ros-common-msgs/depend.mk +include ../../lang/ros-gencpp/depend.mk +include ../../lang/ros-genpy/depend.mk +include ../../middleware/ros-actionlib/depend.mk +include ../../middleware/ros-comm/depend.mk include ../../pkgtools/pkg-config/depend.mk -include ../../wip/genom3/depend.mk -include ../../wip/ros-actionlib/depend.mk -include ../../wip/ros-comm/depend.mk -include ../../wip/ros-common-msgs/depend.mk -include ../../wip/ros-core/depend.mk -include ../../wip/ros-gencpp/depend.mk -include ../../wip/ros-genpy/depend.mk include ../../mk/robotpkg.mk -- GitLab