summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/gtk+/icons/16x16/Makefile.am2
-rw-r--r--plugins/gtk+/icons/22x22/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtk+/icons/16x16/Makefile.am b/plugins/gtk+/icons/16x16/Makefile.am
index 645e8159..a8e541ec 100644
--- a/plugins/gtk+/icons/16x16/Makefile.am
+++ b/plugins/gtk+/icons/16x16/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-iconsdir = $(pkgdatadir)/pixmaps/hicolor/16x16/actions
+iconsdir = $(datadir)/icons/hicolor/16x16/actions
icons_DATA = \
widget-gtk-aboutdialog.png \
diff --git a/plugins/gtk+/icons/22x22/Makefile.am b/plugins/gtk+/icons/22x22/Makefile.am
index 505861b0..c0718106 100644
--- a/plugins/gtk+/icons/22x22/Makefile.am
+++ b/plugins/gtk+/icons/22x22/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-iconsdir = $(pkgdatadir)/pixmaps/hicolor/22x22/actions
+iconsdir = $(datadir)/icons/hicolor/22x22/actions
icons_DATA = \
widget-gtk-aboutdialog.png \