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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 27 Oct 2009 18:35:20 +0100

Author: biurrun
Date: Tue Oct 27 18:35:20 2009
New Revision: 1363

Log:
Make sure the root directory is built before all subdirs.
This fixes compilation with performance enabled.

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Tue Oct 27 18:05:29 2009        (r1362)
+++ trunk/Makefile.am   Tue Oct 27 18:35:20 2009        (r1363)
@@ -24,7 +24,7 @@
 tools_iwlist_parser_SOURCES = tools/iwlist_parser.c
 tools_msleep_SOURCES = tools/msleep.c
 
-SUBDIRS  = libpisa pairing pisacd pisasd test
+SUBDIRS  = . libpisa pairing pisacd pisasd test
 SUBDIRS += community-operator # has to be enabled for compilation on openwrt
 
 deb rpm:

Other related posts:

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