summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-08-17 14:35:38 -0400
committerColin Walters <walters@verbum.org>2013-08-17 14:35:38 -0400
commit434d0d9a479060dec8d882edd37994ca98838e7b (patch)
treebfa05feb031241c646b8f3b29f0d74b74560dcb9 /Makefile.am
parent15ca3117fd3c39874dadb6aee47eebc05ab7001e (diff)
downloadadwaita-icon-theme-434d0d9a479060dec8d882edd37994ca98838e7b.tar.gz
themes: Fix enumeration of cursors with srcdir != builddir
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ba07e815e..2e24a2842 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
cursordir = $(datadir)/icons/Adwaita/cursors
-cursor_DATA = $(wildcard data/*)
+cursor_DATA = $(wildcard $(srcdir)/data/*)
EXTRA_DIST = $(cursor_DATA)