Rename xmlrpc++ to xmlrpcpp (#1833)
This commit is contained in:
parent
6f9db3ee7d
commit
349c8814b1
4
Makefile
4
Makefile
|
@ -9,7 +9,7 @@ all:
|
|||
cd core/rospy && make
|
||||
cd 3rdparty/pycrypto && make
|
||||
cd 3rdparty/paramiko && make
|
||||
cd 3rdparty/xmlrpc++ && make
|
||||
cd 3rdparty/xmlrpcpp && make
|
||||
cd tools/roslaunch && make
|
||||
cd test/rostest && make
|
||||
cd core/rosconsole && make
|
||||
|
@ -24,7 +24,7 @@ clean:
|
|||
make -C core/rospy clean
|
||||
make -C 3rdparty/pycrypto clean
|
||||
make -C 3rdparty/paramiko clean
|
||||
make -C 3rdparty/xmlrpc++ clean
|
||||
make -C 3rdparty/xmlrpcpp clean
|
||||
make -C core/rosconsole clean
|
||||
make -C core/roscpp clean
|
||||
make -C core/rosout clean
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<url>http://ros.org/wiki/roscpp</url>
|
||||
<depend package="roslang"/>
|
||||
<depend package="roslib"/>
|
||||
<depend package="xmlrpc++"/>
|
||||
<depend package="xmlrpcpp"/>
|
||||
<depend package="rosconsole"/>
|
||||
<export>
|
||||
<cpp cflags="-I${prefix}/include `rosboost-cfg --cflags` -I${prefix}/srv/cpp -I${prefix}/msg/cpp" lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -lros `rosboost-cfg --lflags thread,signals`"/>
|
||||
|
|
Loading…
Reference in New Issue