diff options
Diffstat (limited to 'netspeed/icons/48x48/apps/Makefile.am')
-rw-r--r-- | netspeed/icons/48x48/apps/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/netspeed/icons/48x48/apps/Makefile.am b/netspeed/icons/48x48/apps/Makefile.am new file mode 100644 index 00000000..1c96bb86 --- /dev/null +++ b/netspeed/icons/48x48/apps/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/hicolor +size = 48x48 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + mate-netspeed-applet.png + +EXTRA_DIST = \ + $(icons_DATA) + |