summaryrefslogtreecommitdiff
path: root/netspeed/icons/48x48
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-07-29 13:53:32 +0200
committerraveit65 <[email protected]>2020-08-11 12:41:00 +0200
commit2412123fbcb1b766aec81cb3cf4c93a3c6c4ed84 (patch)
tree6a18a6b0ed2a2f56653ab27b4bef8c674213efd3 /netspeed/icons/48x48
parente095fd2471fb9b41c264e502473fea19a445b938 (diff)
downloadmate-applets-2412123fbcb1b766aec81cb3cf4c93a3c6c4ed84.tar.bz2
mate-applets-2412123fbcb1b766aec81cb3cf4c93a3c6c4ed84.tar.xz
netspeed: Simplify icons/Makefile.am
Diffstat (limited to 'netspeed/icons/48x48')
-rw-r--r--netspeed/icons/48x48/Makefile.am4
-rw-r--r--netspeed/icons/48x48/apps/Makefile.am14
-rw-r--r--netspeed/icons/48x48/devices/Makefile.am13
3 files changed, 0 insertions, 31 deletions
diff --git a/netspeed/icons/48x48/Makefile.am b/netspeed/icons/48x48/Makefile.am
deleted file mode 100644
index eb00566d..00000000
--- a/netspeed/icons/48x48/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-SUBDIRS = apps devices
-
-
--include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/48x48/apps/Makefile.am b/netspeed/icons/48x48/apps/Makefile.am
deleted file mode 100644
index 9e7b9d84..00000000
--- a/netspeed/icons/48x48/apps/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-themedir = $(datadir)/icons/hicolor
-size = 48x48
-context = apps
-
-iconsdir = $(themedir)/$(size)/$(context)
-
-icons_DATA = \
- mate-netspeed-applet.png
-
-EXTRA_DIST = \
- $(icons_DATA)
-
-
--include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/48x48/devices/Makefile.am b/netspeed/icons/48x48/devices/Makefile.am
deleted file mode 100644
index a81ac445..00000000
--- a/netspeed/icons/48x48/devices/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-themedir = $(datadir)/icons/hicolor
-size = 48x48
-context = devices
-
-iconsdir = $(themedir)/$(size)/$(context)
-
-icons_DATA = \
- mate-netspeed-plip.png
-
-EXTRA_DIST = \
- $(icons_DATA)
-
--include $(top_srcdir)/git.mk