diff options
Diffstat (limited to 'data/icons/16x16/apps/Makefile.am')
-rw-r--r-- | data/icons/16x16/apps/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/icons/16x16/apps/Makefile.am b/data/icons/16x16/apps/Makefile.am new file mode 100644 index 000000000..8200331c5 --- /dev/null +++ b/data/icons/16x16/apps/Makefile.am @@ -0,0 +1,15 @@ +themedir = $(datadir)/icons/hicolor +size = 16x16 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + epiphany.png + +noinst_DATA = \ + epiphany.svg + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) |