diff options
Diffstat (limited to 'data/icons/24x24')
-rw-r--r-- | data/icons/24x24/Makefile.am | 3 | ||||
-rw-r--r-- | data/icons/24x24/places/Makefile.am | 14 | ||||
-rw-r--r-- | data/icons/24x24/places/bookmark-web.png | bin | 0 -> 1025 bytes |
3 files changed, 16 insertions, 1 deletions
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am index a7a411110..9e425c3e6 100644 --- a/data/icons/24x24/Makefile.am +++ b/data/icons/24x24/Makefile.am @@ -1,3 +1,4 @@ SUBDIRS = \ - actions \ + actions \ + places \ status diff --git a/data/icons/24x24/places/Makefile.am b/data/icons/24x24/places/Makefile.am new file mode 100644 index 000000000..226d76fee --- /dev/null +++ b/data/icons/24x24/places/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = 24x24 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + bookmark-web.png + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/24x24/places/bookmark-web.png b/data/icons/24x24/places/bookmark-web.png Binary files differnew file mode 100644 index 000000000..f86e7b78a --- /dev/null +++ b/data/icons/24x24/places/bookmark-web.png |