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. --- configure.ac | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'configure.ac') 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 ]) -- cgit v1.2.3