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

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

Author: biurrun
Date: Tue Oct 27 17:24:16 2009
New Revision: 1356

Log:
libpisa is not supposed to be a general purpose library used by other programs.
Thus, there is no need to install its header files onto the system.

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Tue Oct 27 17:23:13 2009        (r1355)
+++ trunk/Makefile.am   Tue Oct 27 17:24:16 2009        (r1356)
@@ -8,6 +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 += include/*.h
 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
@@ -26,31 +27,5 @@
 SUBDIRS  = libpisa pairing pisacd pisasd test
 SUBDIRS += community-operator # has to be enabled for compilation on openwrt
 
-pisaincludedir=$(includedir)
-pisainclude_HEADERS= \
-       include/config.h \
-       include/arp.h \
-       include/checksum.h \
-       include/cfg.h \
-       include/conmgr.h \
-       include/crypto.h \
-       include/ctrlhandler.h \
-       include/debug.h \
-       include/global.h \
-       include/hitlist.h \
-       include/linkedlist.h \
-       include/log.h \
-       include/nat.h \
-       include/packet.h \
-       include/pisaconf.h \
-       include/pisaperf.h \
-       include/scheduler.h \
-       include/socket.h \
-       include/token.h \
-       include/tunnel.h \
-       include/uthash.h \
-       include/util.h \
-       community-operator/pisa_cert.h
-
 deb rpm:
        test/packaging/create-package.sh $@

Other related posts:

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