From f45883312746b395935a3756fe04abe1459a8dd8 Mon Sep 17 00:00:00 2001 From: Ted Gould 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/16x16/panel/Makefile.am | 8 ++++++++ data/icons/16x16/panel/panel-dummy.png | 0 2 files changed, 8 insertions(+) create mode 100644 data/icons/16x16/panel/Makefile.am create mode 100644 data/icons/16x16/panel/panel-dummy.png (limited to 'data/icons/16x16/panel') diff --git a/data/icons/16x16/panel/Makefile.am b/data/icons/16x16/panel/Makefile.am new file mode 100644 index 0000000..42f8f96 --- /dev/null +++ b/data/icons/16x16/panel/Makefile.am @@ -0,0 +1,8 @@ + +iconsdir = $(pkgdatadir)/icons/hicolor/16x16/status + +icons_DATA = \ + panel-dummy.png + +EXTRA_DIST = $(icons_DATA) + diff --git a/data/icons/16x16/panel/panel-dummy.png b/data/icons/16x16/panel/panel-dummy.png new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3