Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-04-15 13:06:04 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-04-15 13:06:04 (GMT)
commit218f9e10ae72860da3134183ca997196ab14ad29 (patch)
treeb0c7901250d6af7fc471f4417660e0d5dbeda0b6 /sugar/Makefile.am
parent2910d23716be4f8eae164bdc047cb7a7d22f3c22 (diff)
Load the modules from .la if the normal import fails
Diffstat (limited to 'sugar/Makefile.am')
-rw-r--r--sugar/Makefile.am13
1 files changed, 7 insertions, 6 deletions
diff --git a/sugar/Makefile.am b/sugar/Makefile.am
index 7ea659a..9e8db38 100644
--- a/sugar/Makefile.am
+++ b/sugar/Makefile.am
@@ -1,10 +1,11 @@
SUBDIRS = activity browser clipboard graphics p2p presence datastore
sugardir = $(pythondir)/sugar
-sugar_PYTHON = \
- __init__.py \
- date.py \
- env.py \
- logger.py \
- profile.py \
+sugar_PYTHON = \
+ __init__.py \
+ date.py \
+ env.py \
+ logger.py \
+ ltihooks.py \
+ profile.py \
util.py