[hipl-commit] [trunk] Rev 4167: Remove redundant conditional around dh_performance lib dependency declaration.

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

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 07/04/2010 at 21:22:11
Revision: 4167
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove redundant conditional around dh_performance lib dependency declaration.

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-04-07 15:42:45 +0000
+++ Makefile.am 2010-04-07 18:21:35 +0000
@@ -459,11 +459,9 @@
 test_auth_performance_LDADD += lib/performance/libperformance.la
 endif
 
-if HIP_PERFORMANCE
 test_dh_performance_LDADD = lib/core/libhipcore.la            \
                             lib/performance/libperformance.la \
                             lib/tool/libhiptool.la
-endif
 
 tools_hipconf_LDADD = lib/conf/libhipconf.la \
                       lib/core/libhipcore.la \

Other related posts:

  • » [hipl-commit] [trunk] Rev 4167: Remove redundant conditional around dh_performance lib dependency declaration. - Diego Biurrun