From 2412123fbcb1b766aec81cb3cf4c93a3c6c4ed84 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 29 Jul 2020 13:53:32 +0200 Subject: netspeed: Simplify icons/Makefile.am --- netspeed/icons/48x48/Makefile.am | 4 ---- netspeed/icons/48x48/apps/Makefile.am | 14 -------------- netspeed/icons/48x48/devices/Makefile.am | 13 ------------- 3 files changed, 31 deletions(-) delete mode 100644 netspeed/icons/48x48/Makefile.am delete mode 100644 netspeed/icons/48x48/apps/Makefile.am delete mode 100644 netspeed/icons/48x48/devices/Makefile.am (limited to 'netspeed/icons/48x48') 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 -- cgit v1.2.1