From 01da88551614a062b11659bd7f3a7330e5bde59a Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 10 Jul 2006 14:16:30 +0000 Subject: Lots of build fixes --- (limited to 'sugar') 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 \ -- cgit v0.9.1