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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 10 Nov 2009 18:01:11 +0100

Author: biurrun
Date: Tue Nov 10 18:01:10 2009
New Revision: 1621

Log:
Make sure that our data files are part of dist tarballs.

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Tue Nov 10 17:50:53 2009        (r1620)
+++ trunk/Makefile.am   Tue Nov 10 18:01:10 2009        (r1621)
@@ -25,8 +25,8 @@
              tools/writeff.pl                        \
              tools/tunnel/screamer.rb
 
-sysconf_DATA = pisacd/pisacd.conf           \
-               $(wildcard pisasd/*.conf)
+dist_sysconf_DATA = pisacd/pisacd.conf        \
+                    $(wildcard pisasd/*.conf)
 
 bin_PROGRAMS = community-operator/co_client \
                community-operator/co_server \

Other related posts:

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