~gimaker/peekabot/multi-connect

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Staffan Gimåker
  • Date: 2008-07-29 18:43:58 UTC
  • Revision ID: staffan_gimker_staffan_at_gimaker.se-20080729184358-xgiupynby4swpe65
Removed deprecated proxy methods from the client library, and bumped 
version-info accordingly.

The following methods deprecated in 0.5 were removed:
 * Vector3f flavours of add_vertices() and set_vertices().
 * RobotProxy::add() flavours taking robot files as an argument.

Show diffs side-by-side

added added

removed removed

Lines of Context:
681
681
  libpeekabot_la_CXXFLAGS = $(BOOST_CPPFLAGS) -D__PEEKABOT_CLIENT
682
682
  libpeekabot_la_LDFLAGS = \
683
683
    $(BOOST_THREAD_LDFLAGS) $(BOOST_DATE_TIME_LDFLAGS) \
684
 
    -version-info 3:0:1
 
684
    -version-info 4:0:0
685
685
 
686
686
  dist_include_HEADERS += peekabot.hh
687
687