[gnome-themes-standard] Fix Makefile syntax



commit 53fd5f667e5aeb23e582282d5355da1f2c447719
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Dec 6 23:08:40 2010 -0500

    Fix Makefile syntax

 themes/Adwaita/cursors/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/cursors/Makefile.am b/themes/Adwaita/cursors/Makefile.am
index 7efce35..ba07e81 100644
--- a/themes/Adwaita/cursors/Makefile.am
+++ b/themes/Adwaita/cursors/Makefile.am
@@ -1,5 +1,5 @@
 
 cursordir = $(datadir)/icons/Adwaita/cursors
-cursor_DATA = data/*
+cursor_DATA = $(wildcard data/*)
 
 EXTRA_DIST = $(cursor_DATA)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]