From 81d59b371b37982a554a1804eea0e483506f70f5 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 08 May 2006 19:48:34 +0000 Subject: More build fixes. --- diff --git a/Makefile.am b/Makefile.am index 027fc63..64267ce 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 4970d20..6343f1e 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 2c4f105..960971c 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" -- cgit v0.9.1