Fixup a bunch of missing files in the makefiles

This commit is contained in:
Marco Pesenti Gritti 2006-05-16 13:42:39 -04:00
parent 7b2927166b
commit 7fa4630cd3
2 changed files with 5 additions and 0 deletions

View File

@ -1,8 +1,12 @@
SUBDIRS = model
sugardir = $(pythondir)/sugar/p2p
sugar_PYTHON = \
__init__.py \
Buddy.py \
Group.py \
NotificationListener.py \
Notifier.py \
Service.py \
StreamReader.py \
StreamWriter.py \

View File

@ -1,6 +1,7 @@
sugardir = $(pythondir)/sugar/p2p/model
sugar_PYTHON = \
__init__.py \
AbstractModel.py \
LocalModel.py \
RemoteModel.py \
Store.py