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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sat, 07 Nov 2009 15:43:06 +0100

Author: biurrun
Date: Sat Nov  7 15:43:06 2009
New Revision: 1563

Log:
Use $(wildcard) to simplify sysconf_DATA list.

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Sat Nov  7 15:37:47 2009        (r1562)
+++ trunk/Makefile.am   Sat Nov  7 15:43:06 2009        (r1563)
@@ -29,9 +29,7 @@
              tools/tunnel/screamer.rb
 
 sysconf_DATA = pisacd/pisacd.conf           \
-               pisasd/pisasd.conf           \
-               pisasd/authorized_hosts.conf \
-               pisasd/users.conf
+               $(wildcard pisasd/*.conf)
 
 bin_PROGRAMS = community-operator/co_client \
                community-operator/co_server \

Other related posts:

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