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
|
sugardir = $(pythondir)/sugar/p2p
|
||||||
sugar_PYTHON = \
|
sugar_PYTHON = \
|
||||||
__init__.py \
|
__init__.py \
|
||||||
Buddy.py \
|
Buddy.py \
|
||||||
Group.py \
|
Group.py \
|
||||||
|
NotificationListener.py \
|
||||||
|
Notifier.py \
|
||||||
Service.py \
|
Service.py \
|
||||||
StreamReader.py \
|
StreamReader.py \
|
||||||
StreamWriter.py \
|
StreamWriter.py \
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
sugardir = $(pythondir)/sugar/p2p/model
|
sugardir = $(pythondir)/sugar/p2p/model
|
||||||
sugar_PYTHON = \
|
sugar_PYTHON = \
|
||||||
__init__.py \
|
__init__.py \
|
||||||
|
AbstractModel.py \
|
||||||
LocalModel.py \
|
LocalModel.py \
|
||||||
RemoteModel.py \
|
RemoteModel.py \
|
||||||
Store.py
|
Store.py
|
||||||
|
Loading…
Reference in New Issue
Block a user