[hipl-commit] [trunk] Rev 4169: Remove some more unneeded performance-related linker flags.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 7 Apr 2010 21:34:27 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 07/04/2010 at 21:34:27
Revision: 4169
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove some more unneeded performance-related linker flags.

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-04-07 18:27:17 +0000
+++ Makefile.am 2010-04-07 18:34:03 +0000
@@ -425,11 +425,6 @@
                       lib/core/libhipcore.la \
                       lib/tool/libhiptool.la
 
-# required by libhipconf
-if HIP_PERFORMANCE
-tools_hipconf_LDADD += lib/performance/libperformance.la
-endif
-
 if HIP_DHT
 tools_hipconf_LDADD += lib/dht/libhipdht.la
 endif
@@ -437,18 +432,10 @@
 tools_pisacert_LDADD = lib/core/libhipcore.la \
                        lib/tool/libhiptool.la
 
-if HIP_PERFORMANCE
-tools_pisacert_LDADD += lib/performance/libperformance.la
-endif
-
 hipd_hipd_LDADD = lib/conf/libhipconf.la \
                   lib/core/libhipcore.la \
                   lib/tool/libhiptool.la
 
-if HIP_PERFORMANCE
-hipd_hipd_LDADD += lib/performance/libperformance.la
-endif
-
 if HIP_I3
 hipd_hipd_LDADD += i3/i3_client/libi3client.a \
                    i3/i3/libi3.a              \
@@ -467,10 +454,6 @@
 firewall_hipfw_LDADD = lib/core/libhipcore.la \
                        lib/tool/libhiptool.la
 
-if HIP_PERFORMANCE
-firewall_hipfw_LDADD += lib/performance/libperformance.la
-endif
-
 # hard dependencies: libhipgui, libhipcore
 # TODO fix dependency between libhipgui and libhipconf if possible
 # TODO fix dependency between libhipcore and libhipconf if possible

Other related posts:

  • » [hipl-commit] [trunk] Rev 4169: Remove some more unneeded performance-related linker flags. - Diego Biurrun