From f45883312746b395935a3756fe04abe1459a8dd8 Mon Sep 17 00:00:00 2001
From: Ted Gould <ted@canonical.com>
Date: Mon, 24 Nov 2008 22:32:57 -0600
Subject: Adding in the infrastructure to have icons in the build.  Only a
 dummy icon for now, but it's there and ready for some friends.

---
 data/icons/22x22/Makefile.am           | 1 +
 data/icons/22x22/panel/Makefile.am     | 8 ++++++++
 data/icons/22x22/panel/panel-dummy.png | 0
 3 files changed, 9 insertions(+)
 create mode 100644 data/icons/22x22/Makefile.am
 create mode 100644 data/icons/22x22/panel/Makefile.am
 create mode 100644 data/icons/22x22/panel/panel-dummy.png

(limited to 'data/icons/22x22')

diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
new file mode 100644
index 0000000..4ca175a
--- /dev/null
+++ b/data/icons/22x22/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = panel
diff --git a/data/icons/22x22/panel/Makefile.am b/data/icons/22x22/panel/Makefile.am
new file mode 100644
index 0000000..a919254
--- /dev/null
+++ b/data/icons/22x22/panel/Makefile.am
@@ -0,0 +1,8 @@
+
+iconsdir = $(pkgdatadir)/icons/hicolor/22x22/status
+
+icons_DATA =  \
+	panel-dummy.png
+
+EXTRA_DIST = $(icons_DATA)
+
diff --git a/data/icons/22x22/panel/panel-dummy.png b/data/icons/22x22/panel/panel-dummy.png
new file mode 100644
index 0000000..e69de29
-- 
cgit v1.2.3