[pisa-src] r1278 - trunk/Makefile.am

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 22 Oct 2009 14:48:54 +0200

Author: biurrun
Date: Thu Oct 22 14:48:54 2009
New Revision: 1278

Log:
cosmetics: Reorder some Makefile entries.

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Thu Oct 22 14:10:31 2009        (r1277)
+++ trunk/Makefile.am   Thu Oct 22 14:48:54 2009        (r1278)
@@ -17,13 +17,12 @@
 
 sbin_PROGRAMS = pisabeacon/pisabeacon tools/iwlist_parser tools/msleep
 
+lib_LTLIBRARIES = performance/libperformance.la
+performance_libperformance_la_SOURCES  = performance/pisaperf.c
 pisabeacon_pisabeacon_SOURCES = pisabeacon/beaconmain.c
 tools_iwlist_parser_SOURCES = tools/iwlist_parser.c
 tools_msleep_SOURCES = tools/msleep.c
 
-lib_LTLIBRARIES = performance/libperformance.la
-performance_libperformance_la_SOURCES  = performance/pisaperf.c
-
 SUBDIRS  = libpisa pairing pisacd pisasd test
 SUBDIRS += community-operator # has to be enabled for compilation on openwrt
 

Other related posts:

  • » [pisa-src] r1278 - trunk/Makefile.am - Diego Biurrun