[hipl-commit] [trunk] Rev 4200: cosmetics: Group all program declarations together.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 9 Apr 2010 12:12:51 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 09/04/2010 at 12:12:51
Revision: 4200
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  cosmetics: Group all program declarations together.

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-04-09 09:06:50 +0000
+++ Makefile.am 2010-04-09 09:12:32 +0000
@@ -47,6 +47,14 @@
 bin_PROGRAMS += test/dh_performance
 endif
 
+if HIP_I3
+noinst_PROGRAMS = i3/chord/chord_getfingers \
+                  i3/chord/chord_traceroute \
+                  i3/chord/gen_conf         \
+                  i3/chord/gen_conf_same    \
+                  i3/chord/test
+endif
+
 
 ### superuser programs ###
 sbin_PROGRAMS = hipd/hipd      \
@@ -88,13 +96,7 @@
                    i3/i3/libi3.a              \
                    i3/i3_client/libi3client.a \
                    i3/utils/libutils.a
-
-noinst_PROGRAMS = i3/chord/gen_conf         \
-                  i3/chord/gen_conf_same    \
-                  i3/chord/test             \
-                  i3/chord/chord_getfingers \
-                  i3/chord/chord_traceroute
-endif # HIP_I3
+endif
 
 
 ### source declarations ###

Other related posts:

  • » [hipl-commit] [trunk] Rev 4200: cosmetics: Group all program declarations together. - Diego Biurrun