[pisa-src] r1116 - trunk

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 13 Oct 2009 15:36:34 +0200

Author: biurrun
Date: Tue Oct 13 15:36:34 2009
New Revision: 1116

Log:
Hook up iwlist_parser in the build system.

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Tue Oct 13 15:36:23 2009        (r1115)
+++ trunk/Makefile.am   Tue Oct 13 15:36:34 2009        (r1116)
@@ -15,7 +15,8 @@
 
 CFLAGS += -Wall -g
 
-sbin_PROGRAMS = tools/msleep
+sbin_PROGRAMS = tools/iwlist_parser tools/msleep
+tools_iwlist_parser_SOURCES = tools/iwlist_parser.c
 tools_msleep_SOURCES = tools/msleep.c
 
 SUBDIRS  = libpisa pairing performance pisacd pisand pisasd test pisabeacon

Other related posts:

  • » [pisa-src] r1116 - trunk - Diego Biurrun