Update of /cvsroot/playerstage/code/player/examples/libplayerc++
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24254/examples/libplayerc++

Modified Files:
        Makefile.am 
Log Message:
applied patch 1527657 to fix sphinx2 and speech recognition proxies

Index: Makefile.am
===================================================================
RCS file: /cvsroot/playerstage/code/player/examples/libplayerc++/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Makefile.am 19 May 2006 09:49:21 -0000      1.20
--- Makefile.am 2 Aug 2006 17:24:51 -0000       1.21
***************
*** 31,39 ****
                       sonarobstacleavoid \
                       speech \
                       wallfollow
  endif
  
  if INCLUDE_PLAYERCC_BOOST
!   example_PROGRAMS += example1 example3 goto
  endif
  
--- 31,40 ----
                       sonarobstacleavoid \
                       speech \
+                      speech_cpp_client \
                       wallfollow
  endif
  
  if INCLUDE_PLAYERCC_BOOST
!   example_PROGRAMS += example1 example3 goto speech_cpp_client
  endif
  
***************
*** 58,61 ****
--- 59,63 ----
                 sonarobstacleavoid.cc \
                 speech.cc \
+                speech_cpp_client.cc \
                 wallfollow.cc
  
***************
*** 121,125 ****
  speech_DEPENDENCIES = $(PLAYERCC_DEPS)
  
  wallfollow_SOURCES = wallfollow.cc args.h
  wallfollow_LDADD = $(PLAYERCC_LIB_DIRS) $(PLAYERCC_LIB) -lplayerc++ 
-lplayerxdr -lplayererror -lplayerc
! wallfollow_DEPENDENCIES = $(PLAYERCC_DEPS)
\ No newline at end of file
--- 123,131 ----
  speech_DEPENDENCIES = $(PLAYERCC_DEPS)
  
+ speech_cpp_client_SOURCES = speech_cpp_client.cc
+ speech_cpp_client_LDADD = $(PLAYERCC_LIB_DIRS) $(PLAYERCC_LIB) -lplayerc++ 
-lplayerxdr -lplayererror -lplayerc
+ speech_cpp_client_DEPENDENCIES = $(PLAYERCC_DEPS)
+ 
  wallfollow_SOURCES = wallfollow.cc args.h
  wallfollow_LDADD = $(PLAYERCC_LIB_DIRS) $(PLAYERCC_LIB) -lplayerc++ 
-lplayerxdr -lplayererror -lplayerc
! wallfollow_DEPENDENCIES = $(PLAYERCC_DEPS)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to