Displaying 1 result from an estimated 1 matches for "a4d80a2".
Did you mean:
a480a25
2007 Oct 29
0
5 commits - data/icons
...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
--- a/data/icons/48x48/Makefile.am
+++ b/data/icons/48x48/Makefile.am
@@ -1,2 +1,5 @@
icondir = $(datadir)/icons/hicolor/48x48/apps
icon_DATA = swfdec.png
+
+EXTRA_DIST = $(icon_DATA)
+
diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am
index b59c0dc..aac7bc0 10...