summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2016-03-03 23:14:09 +0100
committerJakub Steiner <jimmac@gmail.com>2016-03-03 23:36:29 +0100
commitfc39c0ce3cd8734ca2278db38b1b6df6c37608fe (patch)
tree75677114fb13c4cebfe93894517538e764cf19c5 /themes
parent6d06b24c274573b04216f7294a0fa44d36592d80 (diff)
downloadgnome-themes-standard-fc39c0ce3cd8734ca2278db38b1b6df6c37608fe.tar.gz
make gtkrc install
- only the assets were being installed
Diffstat (limited to 'themes')
-rw-r--r--themes/Adwaita/gtk-2.0/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/Adwaita/gtk-2.0/Makefile.am b/themes/Adwaita/gtk-2.0/Makefile.am
index 0e77b5df..a7278ecd 100644
--- a/themes/Adwaita/gtk-2.0/Makefile.am
+++ b/themes/Adwaita/gtk-2.0/Makefile.am
@@ -7,7 +7,7 @@ libadwaita_la_LDFLAGS = -module -avoid-version -no-undefined
libadwaita_la_LIBADD = $(GTK2_ENGINE_LIBS)
themedir = $(datadir)/themes/Adwaita/gtk-2.0
-theme_data = gtkrc main.rc apps.rc
+theme_DATA = gtkrc main.rc apps.rc
asset_dirs = "assets"
@@ -181,6 +181,7 @@ asset_data = \
assets/treeview-separator-ltr.png \
assets/treeview-separator-rtl.png
+
install-data-local:
for dir in $(asset_dirs); do \
for file in `cd $(srcdir)/$$dir && find . -maxdepth 1 \( -name "*.png" \)`; do \
@@ -196,4 +197,4 @@ uninstall-local:
done; \
done
-EXTRA_DIST = $(theme_data) $(asset_data)
+EXTRA_DIST = $(theme_DATA) $(asset_data)