search for: 86958ab

Displaying 1 result from an estimated 1 matches for "86958ab".

Did you mean: 86958
2007 Oct 29
0
5 commits - data/icons
...b9f1df7..ef4f5d3 100644 --- a/data/icons/24x24/Makefile.am +++ b/data/icons/24x24/Makefile.am @@ -1,2 +1,5 @@ icondir = $(datadir)/icons/hicolor/24x24/apps icon_DATA = swfdec.png + +EXTRA_DIST = $(icon_DATA) + diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am index fc3acd9..86958ab 100644 --- a/data/icons/32x32/Makefile.am +++ b/data/icons/32x32/Makefile.am @@ -1,2 +1,5 @@ icondir = $(datadir)/icons/hicolor/32x32/apps icon_DATA = swfdec.png + +EXTRA_DIST = $(icon_DATA) + diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am index 9fadb13..a4d80a2 100644 -...