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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 02 Nov 2009 15:41:48 +0100

Author: biurrun
Date: Mon Nov  2 15:41:48 2009
New Revision: 1485

Log:
cosmetics: Merge some redundant variable settings.

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Mon Nov  2 15:13:30 2009        (r1484)
+++ trunk/Makefile.am   Mon Nov  2 15:41:48 2009        (r1485)
@@ -3,10 +3,9 @@
 
 AUTOMAKE_OPTIONS = subdir-objects
 ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST =
 
 # For "make dist"
-EXTRA_DIST += m4 docs/Doxyfile docs/INSTALL
+EXTRA_DIST  = m4 docs/Doxyfile docs/INSTALL
 EXTRA_DIST += docs/architecture.txt docs/config.txt docs/packettype.txt
 EXTRA_DIST += libpisa/*.h
 EXTRA_DIST += performance/*.h
@@ -74,8 +73,7 @@
   pisasd_pisasd_LDFLAGS += @PISA_PERFORMANCE_LIB_STATIC@
 endif
 
-SUBDIRS  = . pairing test
-SUBDIRS += community-operator # has to be enabled for compilation on openwrt
+SUBDIRS  = . community-operator pairing test
 
 pisacd/pisacd pisacd/pisacdconf pisasd/pisasd pisasd/pisasdconf: 
libpisa/libpisa.la
 

Other related posts:

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