[adwaita-icon-theme: 2/10] Fix Makefile syntax



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

    Fix Makefile syntax

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7efce35..ba07e81 100644
--- a/Makefile.am
+++ b/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]