aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2008-11-24 22:32:57 -0600
committerTed Gould <ted@canonical.com>2008-11-24 22:32:57 -0600
commitf45883312746b395935a3756fe04abe1459a8dd8 (patch)
treebab7fcea762f817754d0621683260e0cb90e079d /configure.ac
parente23753e30197f082671295a8a0db60a871c0edd1 (diff)
downloadlibayatana-indicator-f45883312746b395935a3756fe04abe1459a8dd8.tar.gz
libayatana-indicator-f45883312746b395935a3756fe04abe1459a8dd8.tar.bz2
libayatana-indicator-f45883312746b395935a3756fe04abe1459a8dd8.zip
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 03de92c..6ce48a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,6 +51,19 @@ AC_OUTPUT([
Makefile
src/Makefile
data/Makefile
+data/icons/Makefile
+data/icons/16x16/Makefile
+data/icons/22x22/Makefile
+data/icons/24x24/Makefile
+data/icons/32x32/Makefile
+data/icons/48x48/Makefile
+data/icons/scalable/Makefile
+data/icons/16x16/panel/Makefile
+data/icons/22x22/panel/Makefile
+data/icons/24x24/panel/Makefile
+data/icons/32x32/panel/Makefile
+data/icons/48x48/panel/Makefile
+data/icons/scalable/panel/Makefile
po/Makefile.in
])