diff options
Diffstat (limited to 'data/icons/32x32')
-rw-r--r-- | data/icons/32x32/Makefile.am | 3 | ||||
-rw-r--r-- | data/icons/32x32/apps/Makefile.am | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am index a7a411110..6e7f8f92c 100644 --- a/data/icons/32x32/Makefile.am +++ b/data/icons/32x32/Makefile.am @@ -1,3 +1,4 @@ SUBDIRS = \ - actions \ + apps \ + actions \ status diff --git a/data/icons/32x32/apps/Makefile.am b/data/icons/32x32/apps/Makefile.am new file mode 100644 index 000000000..d3f9d45f4 --- /dev/null +++ b/data/icons/32x32/apps/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/hicolor +size = 32x32 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) |