Comment 3 for bug 1069620

Revision history for this message
linas (linasvepstas) wrote :

I am guessing that the following will fix it; I'm pre-emptively pushing this as bzr rev

=== modified file 'opencog/embodiment/AutomatedSystemTest/CMakeLists.txt'
--- opencog/embodiment/AutomatedSystemTest/CMakeLists.txt 2012-10-18 15:58:26 +0000
+++ opencog/embodiment/AutomatedSystemTest/CMakeLists.txt 2012-10-22 15:39:04 +0000
@@ -6,10 +6,9 @@
  GoldStdMessage
 )

-# MessagingSystem
-
 TARGET_LINK_LIBRARIES (PBTester
  PAI
+ MessagingSystem
  Control
  util
 )