[hipl-commit] [trunk] Rev 4149: Remove one pointless i3-related variable indirection.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 7 Apr 2010 16:18:32 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 07/04/2010 at 16:18:32
Revision: 4149
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove one pointless i3-related variable indirection.

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-04-07 13:16:02 +0000
+++ Makefile.am 2010-04-07 13:18:17 +0000
@@ -561,10 +561,9 @@
 endif #HIP_AGENT
 
 if HIP_I3
-APP_LDADD = i3/chord/libchord.a
-i3_chord_gen_conf_LDADD         = $(APP_LDADD)
-i3_chord_gen_conf_same_LDADD    = $(APP_LDADD)
-i3_chord_test_LDADD             = $(APP_LDADD)
+i3_chord_gen_conf_LDADD       = i3/chord/libchord.a
+i3_chord_gen_conf_same_LDADD  = i3/chord/libchord.a
+i3_chord_test_LDADD           = i3/chord/libchord.a
 endif # HIP_I3
 
 CLEANFILES = tools/hipdnsproxy tools/hipdnskeyparse

Other related posts:

  • » [hipl-commit] [trunk] Rev 4149: Remove one pointless i3-related variable indirection. - Diego Biurrun