diff options
Diffstat (limited to 'netspeed/icons/32x32')
-rw-r--r-- | netspeed/icons/32x32/Makefile.am | 4 | ||||
-rw-r--r-- | netspeed/icons/32x32/apps/Makefile.am | 13 | ||||
-rw-r--r-- | netspeed/icons/32x32/devices/Makefile.am | 13 |
3 files changed, 0 insertions, 30 deletions
diff --git a/netspeed/icons/32x32/Makefile.am b/netspeed/icons/32x32/Makefile.am deleted file mode 100644 index eb00566d..00000000 --- a/netspeed/icons/32x32/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -SUBDIRS = apps devices - - --include $(top_srcdir)/git.mk diff --git a/netspeed/icons/32x32/apps/Makefile.am b/netspeed/icons/32x32/apps/Makefile.am deleted file mode 100644 index cfa6294f..00000000 --- a/netspeed/icons/32x32/apps/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -themedir = $(datadir)/icons/hicolor -size = 32x32 -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/32x32/devices/Makefile.am b/netspeed/icons/32x32/devices/Makefile.am deleted file mode 100644 index 553bf0d4..00000000 --- a/netspeed/icons/32x32/devices/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -themedir = $(datadir)/icons/hicolor -size = 32x32 -context = devices - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - mate-netspeed-plip.png - -EXTRA_DIST = \ - $(icons_DATA) - --include $(top_srcdir)/git.mk |