[gnome-themes-standard] themes: Fix enumeration of cursors with srcdir != builddir
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] themes: Fix enumeration of cursors with srcdir != builddir
- Date: Sat, 17 Aug 2013 18:36:59 +0000 (UTC)
commit 6267003f88a784aa3e7baf16f606ae798c3afdf6
Author: Colin Walters <walters verbum org>
Date: Sat Aug 17 14:35:38 2013 -0400
themes: Fix enumeration of cursors with srcdir != builddir
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 ba07e81..2e24a28 100644
--- a/themes/Adwaita/cursors/Makefile.am
+++ b/themes/Adwaita/cursors/Makefile.am
@@ -1,5 +1,5 @@
cursordir = $(datadir)/icons/Adwaita/cursors
-cursor_DATA = $(wildcard data/*)
+cursor_DATA = $(wildcard $(srcdir)/data/*)
EXTRA_DIST = $(cursor_DATA)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]