aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-02-04 17:01:51 +0100
committerTed Gould <ted@canonical.com>2009-02-04 17:01:51 +0100
commit35375697262e3ef1cc536ac2deb173bf5a1f9c06 (patch)
treee8600235d079b26f9468f27c2126aed7ef120964 /configure.ac
parentff63073aef98b496e68e9fa4758c553330b185a5 (diff)
downloadayatana-indicator-messages-35375697262e3ef1cc536ac2deb173bf5a1f9c06.tar.gz
ayatana-indicator-messages-35375697262e3ef1cc536ac2deb173bf5a1f9c06.tar.bz2
ayatana-indicator-messages-35375697262e3ef1cc536ac2deb173bf5a1f9c06.zip
Adding in icons
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c8bde3f..55e1bda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,20 @@ AC_SUBST(APPLET_LIBS)
AC_OUTPUT([
Makefile
src/Makefile
+data/Makefile
+data/icons/Makefile
+data/icons/16x16/Makefile
+data/icons/16x16/status/Makefile
+data/icons/22x22/Makefile
+data/icons/22x22/status/Makefile
+data/icons/24x24/Makefile
+data/icons/24x24/status/Makefile
+data/icons/32x32/Makefile
+data/icons/32x32/status/Makefile
+data/icons/48x48/Makefile
+data/icons/48x48/status/Makefile
+data/icons/scalable/Makefile
+data/icons/scalable/status/Makefile
])
###########################