Skip to content
Snippets Groups Projects
Commit 33f7ce3f authored by Rohan Budhiraja's avatar Rohan Budhiraja
Browse files

[wip/dynamic-graph-bridge-v3] correct PLIST and depend.mk

parent 80b6464c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@
include/dynamic_graph_bridge/RunPythonFile.h
include/dynamic_graph_bridge/RunPythonFileRequest.h
include/dynamic_graph_bridge/RunPythonFileResponse.h
include/dynamic_graph_bridge/config.h
include/dynamic_graph_bridge/config.hh
include/dynamic_graph_bridge/deprecated.hh
include/dynamic_graph_bridge/ros_init.hh
......
......@@ -22,12 +22,18 @@ DEPEND_ABI.dynamic-graph-bridge-v3.groovy?= dynamic-graph-bridge-v3>=3.0.0
DEPEND_ABI.dynamic-graph-bridge-v3.hydro?= dynamic-graph-bridge-v3>=3.0.0
SYSTEM_SEARCH.dynamic-graph-bridge-v3=\
'include/dynamic_graph_bridge/config.h'\
'lib/pkgconfig/dynamic_graph_bridge.pc'\
'lib/librobot_model.so'\
'share/dynamic_graph_bridge/robot_pose_publisher'\
'include/dynamic_graph_bridge/config.hh' \
'lib/pkgconfig/dynamic_graph_bridge.pc:/Version/s/[^0-9.]//gp' \
'lib/plugin/robot_model.so' \
'share/dynamic_graph_bridge/robot_pose_publisher' \
'${PYTHON_SITELIB}/dynamic_graph/ros/ros.py'
# headers leak the ros dependency ...
include ../../middleware/ros-comm/depend.mk
include ../../mk/sysdep/python.mk
endif # ROS_REALTIMETOOLS_DEPEND_MK --------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment