From 9fafb49af210e956d43d6a00106558d1a00d13df Mon Sep 17 00:00:00 2001 From: Simon Poirier Date: Thu, 02 Jul 2009 05:27:27 +0000 Subject: * Modularized actions and event filters through add-on components * Working serialization * Working editor with addons * began refactoring actions and events ** fixed some tests to work with addons ** filters and actions tests won't pass until refactoring is done --- (limited to 'src/sugar/tutorius/Makefile.am') diff --git a/src/sugar/tutorius/Makefile.am b/src/sugar/tutorius/Makefile.am index 65b20f9..072a119 100644 --- a/src/sugar/tutorius/Makefile.am +++ b/src/sugar/tutorius/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = uam +SUBDIRS = uam addons sugardir = $(pythondir)/sugar/tutorius sugar_PYTHON = \ @@ -15,4 +15,5 @@ sugar_PYTHON = \ properties.py \ creator.py \ bundler.py \ - linear_creator.py + linear_creator.py \ + addon.py -- cgit v0.9.1