Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
Diffstat (limited to 'sugar')
-rw-r--r--sugar/Makefile.am9
-rw-r--r--sugar/chat/Makefile.am1
2 files changed, 5 insertions, 5 deletions
diff --git a/sugar/Makefile.am b/sugar/Makefile.am
index 83121a0..c69d4b2 100644
--- a/sugar/Makefile.am
+++ b/sugar/Makefile.am
@@ -2,11 +2,12 @@ SUBDIRS = activity chat p2p presence
sugardir = $(pythondir)/sugar
sugar_PYTHON = \
- __init__.py \
+ __init__.py \
__installed__.py \
- bots.py \
- env.py \
- util.py \
+ bots.py \
+ env.py \
+ keybindings.py \
+ util.py \
LogWriter.py
EXTRA_DIST = __uninstalled__.py
diff --git a/sugar/chat/Makefile.am b/sugar/chat/Makefile.am
index cfe7ee3..94b3d60 100644
--- a/sugar/chat/Makefile.am
+++ b/sugar/chat/Makefile.am
@@ -8,7 +8,6 @@ sugar_PYTHON = \
Chat.py \
ChatEditor.py \
ChatToolbar.py \
- ChatWindow.py \
Emoticons.py \
GroupChat.py \
MeshChat.py \