diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-04-25 15:21:57 -0400 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-04-25 15:21:57 -0400 |
commit | 9accecefcb6a1d3d0b18242ffee7f7db42870e54 (patch) | |
tree | 835c9a2099effb0f0eca13ddd50fb9cd561ff469 /Makefile.am | |
parent | f20c36b818afed352a344505748a2c97ec3dd7ce (diff) | |
parent | 6caeafe700e6cddf9fa5e72f52b28c3990bea49b (diff) | |
download | adwaita-icon-theme-9accecefcb6a1d3d0b18242ffee7f7db42870e54.tar.gz |
Merge cursors
from gnome-themes-standard
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fd5b438ad..2adddc54c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,9 @@ SUBDIRS = po src ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +cursordir = $(datadir)/icons/Adwaita/cursors +cursor_DATA = $(wildcard $(srcdir)/Adwaita/cursors/*) + theme_in_files = index.theme.in.in theme_DATA = $(theme_in_files:.theme.in.in=.theme) @@ -128,3 +131,4 @@ MAINTAINERCLEANFILES = \ po/$(GETTEXT_PACKAGE).pot -include $(top_srcdir)/git.mk + |