[pisa-src] r1123 - trunk

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 13 Oct 2009 17:04:55 +0200

Author: biurrun
Date: Tue Oct 13 17:04:55 2009
New Revision: 1123

Log:
Remove iwlist_parser.cc from EXTRA_DIST.
The file was renamed and the binary should not be part of the dist tarball.
This fixes 'make dist', which was previously broken by the iwlist_parser.cc
renaming.

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Tue Oct 13 16:51:44 2009        (r1122)
+++ trunk/Makefile.am   Tue Oct 13 17:04:55 2009        (r1123)
@@ -8,7 +8,7 @@
 # For "make dist"
 EXTRA_DIST += m4 docs/Doxyfile docs/INSTALL
 EXTRA_DIST += docs/architecture.txt docs/config.txt docs/packettype.txt
-EXTRA_DIST += tools/caphip tools/delroute tools/iwlist_parser.cc
+EXTRA_DIST += tools/caphip tools/delroute
 EXTRA_DIST += tools/NokiaN810_BEX_Perf.sh tools/switch-ip
 EXTRA_DIST += tools/writeff.pl tools/tunnel/screamer.rb
 EXTRA_DIST += tools/tunnel/seteth1address

Other related posts:

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