[hipl-commit] [trunk] Rev 4194: Remove one more instance of double core and tool lib linkage.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 8 Apr 2010 19:35:48 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 08/04/2010 at 19:35:48
Revision: 4194
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove one more instance of double core and tool lib linkage.

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-04-08 16:33:08 +0000
+++ Makefile.am 2010-04-08 16:35:32 +0000
@@ -427,8 +427,7 @@
 # TODO fix dependency between (libhipconf, libhipcore) and libhiptool if 
possible
 agent_hipagent_LDADD = lib/gui/libhipgui.la   \
                        lib/conf/libhipconf.la \
-                       lib/core/libhipcore.la \
-                       lib/tool/libhiptool.la
+                       lib/core/libhipcore.la
 if HIP_DHT
 agent_hipagent_LDADD += lib/dht/libhipdht.la
 endif

Other related posts:

  • » [hipl-commit] [trunk] Rev 4194: Remove one more instance of double core and tool lib linkage. - Diego Biurrun