[pisa-src] r1017 - in trunk: . include

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 06 Oct 2009 11:40:59 +0200

Author: tjansen
Date: Tue Oct  6 11:40:59 2009
New Revision: 1017

Log:
Moved EXTRA_DIST files from the main Makefile.am to the proper subdirectory.

Modified:
   trunk/Makefile.am
   trunk/include/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Mon Oct  5 16:29:33 2009        (r1016)
+++ trunk/Makefile.am   Tue Oct  6 11:40:59 2009        (r1017)
@@ -14,8 +14,6 @@
 EXTRA_DIST += tools/NokiaN810_BEX_Perf.sh tools/switch-ip
 EXTRA_DIST += tools/writeff.pl tools/tunnel/screamer.rb
 EXTRA_DIST += tools/tunnel/seteth1address
-EXTRA_DIST += include/arp.h include/conmgr.h include/nat.h
-EXTRA_DIST += include/uthash.h include/ctrlhandler.h
 
 SUBDIRS  = include libpisa performance pisacd pisand pairing pisasd test
 SUBDIRS += community-operator # has to be enabled for compilation on openwrt

Modified: trunk/include/Makefile.am
==============================================================================
--- trunk/include/Makefile.am   Mon Oct  5 16:29:33 2009        (r1016)
+++ trunk/include/Makefile.am   Tue Oct  6 11:40:59 2009        (r1017)
@@ -4,18 +4,24 @@
 pisaincludedir=$(includedir)
 pisainclude_HEADERS= \
        ac_config.h \
+       arp.h \
        buffer.h \
        checksum.h \
        config.h \
+       conmgr.h \
        crypto.h \
+       ctrlhandler.h \
        debug.h \
        dhcp.h \
        global.h \
        hitlist.h \
        iwlib.h \
        linkedlist.h \
+       log.h \
+       nat.h \
        packet.h \
        pisacd.h \
+       pisaconf.h \
        pisand.h \
        pisaperf.h \
        pisasd.h \
@@ -24,6 +30,4 @@
        tunnel.h \
        uthash.h \
        util.h \
-       wireless.h \
-       log.h \
-       pisaconf.h
+       wireless.h

Other related posts:

  • » [pisa-src] r1017 - in trunk: . include - Thomas Jansen