Displaying 1 result from an estimated 1 matches for "670b919".
Did you mean:
370919
2007 Oct 29
0
5 commits - data/icons
...a9625f1..d4dc906 100644
--- a/data/icons/16x16/Makefile.am
+++ b/data/icons/16x16/Makefile.am
@@ -1,2 +1,5 @@
icondir = $(datadir)/icons/hicolor/16x16/apps
icon_DATA = swfdec.png
+
+EXTRA_DIST = $(icon_DATA)
+
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
index cae3af2..670b919 100644
--- a/data/icons/22x22/Makefile.am
+++ b/data/icons/22x22/Makefile.am
@@ -1,2 +1,5 @@
icondir = $(datadir)/icons/hicolor/22x22/apps
icon_DATA = swfdec.png
+
+EXTRA_DIST = $(icon_DATA)
+
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
index b9f1df7..ef4f5d3 100644
-...