Fixup a bunch of missing files in the makefiles
This commit is contained in:
parent
7b2927166b
commit
7fa4630cd3
@ -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 \
|
||||
|
@ -1,6 +1,7 @@
|
||||
sugardir = $(pythondir)/sugar/p2p/model
|
||||
sugar_PYTHON = \
|
||||
__init__.py \
|
||||
AbstractModel.py \
|
||||
LocalModel.py \
|
||||
RemoteModel.py \
|
||||
Store.py
|
||||
|
Loading…
Reference in New Issue
Block a user