diff options
Diffstat (limited to 'netspeed/icons/24x24')
-rw-r--r-- | netspeed/icons/24x24/Makefile.am | 4 | ||||
-rw-r--r-- | netspeed/icons/24x24/apps/Makefile.am | 13 | ||||
-rw-r--r-- | netspeed/icons/24x24/devices/Makefile.am | 13 | ||||
-rw-r--r-- | netspeed/icons/24x24/status/Makefile.am | 16 |
4 files changed, 0 insertions, 46 deletions
diff --git a/netspeed/icons/24x24/Makefile.am b/netspeed/icons/24x24/Makefile.am deleted file mode 100644 index dfde3f10..00000000 --- a/netspeed/icons/24x24/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -SUBDIRS = apps devices status - - --include $(top_srcdir)/git.mk diff --git a/netspeed/icons/24x24/apps/Makefile.am b/netspeed/icons/24x24/apps/Makefile.am deleted file mode 100644 index 9b3057bf..00000000 --- a/netspeed/icons/24x24/apps/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -themedir = $(datadir)/icons/hicolor -size = 24x24 -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/24x24/devices/Makefile.am b/netspeed/icons/24x24/devices/Makefile.am deleted file mode 100644 index ea5b03e8..00000000 --- a/netspeed/icons/24x24/devices/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -themedir = $(datadir)/icons/hicolor -size = 24x24 -context = devices - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - mate-netspeed-plip.png - -EXTRA_DIST = \ - $(icons_DATA) - --include $(top_srcdir)/git.mk diff --git a/netspeed/icons/24x24/status/Makefile.am b/netspeed/icons/24x24/status/Makefile.am deleted file mode 100644 index 3f6bd360..00000000 --- a/netspeed/icons/24x24/status/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -themedir = $(datadir)/icons/hicolor -size = 24x24 -context = status - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - mate-netspeed-wireless-25.png \ - mate-netspeed-wireless-50.png \ - mate-netspeed-wireless-75.png \ - mate-netspeed-wireless-100.png - -EXTRA_DIST = \ - $(icons_DATA) - --include $(top_srcdir)/git.mk |