Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-10-29 08:19:34 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-11-14 17:17:18 (GMT)
commit000ed75cbee026535249d7db93d6ab20effa3d2a (patch)
tree2a5bcabeb0a8fcbedbb80bf2636fda7d0a689bd5 /configure.ac
parent516d7fc700b5e490e63d296496c2569345cf2c6b (diff)
Rename the module to sugar3
The old gtk-2 based module will be present in the 0.94 branch in the sugar-toolkit. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Sascha Silbe <silbe@activitycentral.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 1c84fa5..a12f071 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sugar-toolkit],[0.95.1],[],[sugar-toolkit])
+AC_INIT([sugar-toolkit-gtk3],[0.95.1],[],[sugar-toolkit-gtk3])
AC_PREREQ([2.59])
@@ -38,11 +38,11 @@ AM_GLIB_GNU_GETTEXT
AC_OUTPUT([
Makefile
src/Makefile
-src/sugar/Makefile
-src/sugar/activity/Makefile
-src/sugar/bundle/Makefile
-src/sugar/graphics/Makefile
-src/sugar/presence/Makefile
-src/sugar/datastore/Makefile
+src/sugar3/Makefile
+src/sugar3/activity/Makefile
+src/sugar3/bundle/Makefile
+src/sugar3/graphics/Makefile
+src/sugar3/presence/Makefile
+src/sugar3/datastore/Makefile
po/Makefile.in
])