Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-15 13:35:20 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-15 13:35:20 (GMT)
commita2655faa7d373b40b917cb061f9058e6f0fabc41 (patch)
treee522d817b16cb55fb56b88bd733d7f55a9a63a04 /shell
parent7b37c4d38b0ae6fe6f5a346b3685414185237a09 (diff)
Fix makefiles
Diffstat (limited to 'shell')
-rw-r--r--shell/model/Makefile.am1
-rw-r--r--shell/view/Makefile.am4
2 files changed, 3 insertions, 2 deletions
diff --git a/shell/model/Makefile.am b/shell/model/Makefile.am
index 2ce494b..ce24668 100644
--- a/shell/model/Makefile.am
+++ b/shell/model/Makefile.am
@@ -1,6 +1,7 @@
sugardir = $(pkgdatadir)/shell/model
sugar_PYTHON = \
__init__.py \
+ BuddyInfo.py \
Friends.py \
Invites.py \
Owner.py \
diff --git a/shell/view/Makefile.am b/shell/view/Makefile.am
index 7481dbe..4b1c901 100644
--- a/shell/view/Makefile.am
+++ b/shell/view/Makefile.am
@@ -6,6 +6,6 @@ sugar_PYTHON = \
ActivityHost.py \
ConsoleWindow.py \
FirstTimeDialog.py \
- FriendIcon.py \
- FriendPopup.py \
+ BuddyIcon.py \
+ BuddyPopup.py \
Shell.py