diff options
author | Bastien Nocera <hadess@hadess.net> | 2017-06-23 11:50:14 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2017-06-23 18:01:14 +0200 |
commit | eca1ece236b55365bf89b24ceab7c9520f6a1faf (patch) | |
tree | d8b10c392bd98afdbae754b8b57216ab15f24804 /data/icons | |
parent | 95256079d3457056fbcdf48e5d618a6e57af0439 (diff) | |
download | totem-eca1ece236b55365bf89b24ceab7c9520f6a1faf.tar.gz |
build: Remove autotools
https://bugzilla.gnome.org/show_bug.cgi?id=783205
Diffstat (limited to 'data/icons')
-rw-r--r-- | data/icons/16x16/Makefile.am | 6 | ||||
-rw-r--r-- | data/icons/22x22/Makefile.am | 6 | ||||
-rw-r--r-- | data/icons/24x24/Makefile.am | 6 | ||||
-rw-r--r-- | data/icons/256x256/Makefile.am | 6 | ||||
-rw-r--r-- | data/icons/32x32/Makefile.am | 6 | ||||
-rw-r--r-- | data/icons/48x48/Makefile.am | 6 | ||||
-rw-r--r-- | data/icons/Makefile.am | 5 | ||||
-rw-r--r-- | data/icons/symbolic/Makefile.am | 6 |
8 files changed, 0 insertions, 47 deletions
diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am deleted file mode 100644 index 8a587ff99..000000000 --- a/data/icons/16x16/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -icondir = $(datadir)/icons/hicolor/16x16/apps -icon_DATA = org.gnome.Totem.png - -EXTRA_DIST = $(icon_DATA) - --include $(top_srcdir)/git.mk diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am deleted file mode 100644 index 184a180fd..000000000 --- a/data/icons/22x22/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -icondir = $(datadir)/icons/hicolor/22x22/apps -icon_DATA = org.gnome.Totem.png - -EXTRA_DIST = $(icon_DATA) - --include $(top_srcdir)/git.mk diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am deleted file mode 100644 index c086cdbcb..000000000 --- a/data/icons/24x24/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -icondir = $(datadir)/icons/hicolor/24x24/apps -icon_DATA = org.gnome.Totem.png - -EXTRA_DIST = $(icon_DATA) - --include $(top_srcdir)/git.mk diff --git a/data/icons/256x256/Makefile.am b/data/icons/256x256/Makefile.am deleted file mode 100644 index d4ffeb77e..000000000 --- a/data/icons/256x256/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -icondir = $(datadir)/icons/hicolor/256x256/apps -icon_DATA = org.gnome.Totem.png - -EXTRA_DIST = $(icon_DATA) - --include $(top_srcdir)/git.mk diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am deleted file mode 100644 index 3318902e0..000000000 --- a/data/icons/32x32/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -icondir = $(datadir)/icons/hicolor/32x32/apps -icon_DATA = org.gnome.Totem.png - -EXTRA_DIST = $(icon_DATA) - --include $(top_srcdir)/git.mk diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am deleted file mode 100644 index 840edf0a1..000000000 --- a/data/icons/48x48/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -icondir = $(datadir)/icons/hicolor/48x48/apps -icon_DATA = org.gnome.Totem.png - -EXTRA_DIST = $(icon_DATA) - --include $(top_srcdir)/git.mk diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am deleted file mode 100644 index 73652bf83..000000000 --- a/data/icons/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 symbolic - -EXTRA_DIST = totem.svg - --include $(top_srcdir)/git.mk diff --git a/data/icons/symbolic/Makefile.am b/data/icons/symbolic/Makefile.am deleted file mode 100644 index 4ccbf1a7c..000000000 --- a/data/icons/symbolic/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -icondir = $(datadir)/icons/hicolor/symbolic/apps -icon_DATA = org.gnome.Totem-symbolic.svg - -EXTRA_DIST = $(icon_DATA) - --include $(top_srcdir)/git.mk |