From 81d59b371b37982a554a1804eea0e483506f70f5 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 8 May 2006 15:48:34 -0400 Subject: [PATCH] More build fixes. --- Makefile.am | 2 ++ chat/Makefile.am | 1 + sugar | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 027fc63a..64267cea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = chat browser shell +bin_SCRIPTS = sugar + sugardir = $(pythondir)/sugar sugar_PYTHON = \ __init__.py \ diff --git a/chat/Makefile.am b/chat/Makefile.am index 4970d207..6343f1e9 100644 --- a/chat/Makefile.am +++ b/chat/Makefile.am @@ -4,6 +4,7 @@ sugar_PYTHON = \ chat.py \ network.py \ presence.py \ + p2p.py \ richtext.py icondir = $(pkgdatadir) diff --git a/sugar b/sugar index 2c4f1052..960971c4 100755 --- a/sugar +++ b/sugar @@ -25,4 +25,4 @@ elif sys.argv[1] == 'browser': import sugar.browser sugar.browser.main() else: - print "Unkown activity" + print "Unknown activity"