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

  • From: René Hummen <rene.hummen@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 13 Apr 2010 10:32:35 +0200

Author: hummen
Date: Tue Apr 13 10:32:35 2010
New Revision: 2264

Log:
fixed order of distfiles

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Fri Apr  9 18:30:14 2010        (r2263)
+++ trunk/Makefile.am   Tue Apr 13 10:32:35 2010        (r2264)
@@ -15,6 +15,7 @@
 # distcleancheck has trouble building the C files below tools/.
 # FIXME: For some reason symlinked directories in openwrt/ get skipped.
 DIST_WILDCARDS = community-operator/*.cfg   \
+                 debian/*                   \
                  pairing/*.cfg              \
                  pairing/*.txt              \
                  pisacd/*.sh                \
@@ -23,8 +24,7 @@
                  tools/*.conf               \
                  tools/*.output             \
                  tools/*.pl                 \
-                 tools/*.sh                 \
-                 debian/*
+                 tools/*.sh
 
 DIST_EXPANDED = $(wildcard $(addprefix $(srcdir)/,$(DIST_WILDCARDS)))
 

Other related posts:

  • » [pisa-src] r2264 - trunk/Makefile.am - René Hummen