Fix a bunch of outdated makefiles.
This commit is contained in:
parent
4fda4b8cb4
commit
f2ae132410
@ -1 +1 @@
|
|||||||
SUBDIRS = sugar
|
SUBDIRS = sugar cut-n-paste
|
||||||
|
@ -17,6 +17,7 @@ AC_SUBST(PYGTK_LIBS)
|
|||||||
|
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
|
cut-n-paste/Makefile
|
||||||
sugar/Makefile
|
sugar/Makefile
|
||||||
sugar/__installed__.py
|
sugar/__installed__.py
|
||||||
sugar/browser/Makefile
|
sugar/browser/Makefile
|
||||||
|
5
cut-n-paste/Makefile.am
Normal file
5
cut-n-paste/Makefile.am
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
cut_n_pastedir = $(pythondir)/cut-n-paste
|
||||||
|
cut_n_paste_PYTHON = \
|
||||||
|
google.py \
|
||||||
|
GoogleSOAPFacade.py \
|
||||||
|
SOAP.py
|
@ -6,6 +6,7 @@ sugardir = $(pythondir)/sugar
|
|||||||
sugar_PYTHON = \
|
sugar_PYTHON = \
|
||||||
__init__.py \
|
__init__.py \
|
||||||
__installed__.py \
|
__installed__.py \
|
||||||
env.py
|
env.py \
|
||||||
|
util.py
|
||||||
|
|
||||||
EXTRA_DIST = sugar __uninstalled__.py
|
EXTRA_DIST = sugar __uninstalled__.py
|
||||||
|
@ -4,7 +4,6 @@ sugar_PYTHON = \
|
|||||||
browser.py \
|
browser.py \
|
||||||
NotificationBar.py \
|
NotificationBar.py \
|
||||||
BrowserShell.py \
|
BrowserShell.py \
|
||||||
WebActivity.py \
|
|
||||||
AddressItem.py \
|
AddressItem.py \
|
||||||
BrowserActivity.py \
|
BrowserActivity.py \
|
||||||
NavigationToolbar.py
|
NavigationToolbar.py
|
||||||
|
@ -3,18 +3,10 @@ SUBDIRS = sketchpad
|
|||||||
sugardir = $(pythondir)/sugar/chat
|
sugardir = $(pythondir)/sugar/chat
|
||||||
sugar_PYTHON = \
|
sugar_PYTHON = \
|
||||||
__init__.py \
|
__init__.py \
|
||||||
chat.py \
|
Chat.py \
|
||||||
richtext.py \
|
Emoticons.py \
|
||||||
Emoticons.py
|
GroupChat.py \
|
||||||
|
richtext.py
|
||||||
icondir = $(pkgdatadir)
|
|
||||||
icon_DATA = \
|
|
||||||
bubble.png \
|
|
||||||
bubbleOutline.png
|
|
||||||
|
|
||||||
activitydir = $(pkgdatadir)/activities
|
|
||||||
activity_DATA = chat.activity
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
$(icon_DATA) \
|
$(icon_DATA)
|
||||||
$(activity_DATA)
|
|
||||||
|
@ -3,12 +3,9 @@ SUBDIRS = model
|
|||||||
sugardir = $(pythondir)/sugar/p2p
|
sugardir = $(pythondir)/sugar/p2p
|
||||||
sugar_PYTHON = \
|
sugar_PYTHON = \
|
||||||
__init__.py \
|
__init__.py \
|
||||||
Buddy.py \
|
|
||||||
Group.py \
|
|
||||||
NotificationListener.py \
|
NotificationListener.py \
|
||||||
Notifier.py \
|
Notifier.py \
|
||||||
Service.py \
|
|
||||||
Stream.py \
|
Stream.py \
|
||||||
MostlyReliablePipe.py \
|
MostlyReliablePipe.py \
|
||||||
network.py \
|
network.py \
|
||||||
presence.py
|
presence.py
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
sugardir = $(pythondir)/sugar/presence
|
sugardir = $(pythondir)/sugar/presence
|
||||||
sugar_PYTHON = \
|
sugar_PYTHON = \
|
||||||
__init__.py \
|
__init__.py \
|
||||||
Buddy.py \
|
Buddy.py \
|
||||||
Group.py \
|
PresenceService.py \
|
||||||
PresenceService.py \
|
|
||||||
Service.py
|
Service.py
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
sugardir = $(pythondir)/sugar/shell
|
sugardir = $(pythondir)/sugar/shell
|
||||||
sugar_PYTHON = \
|
sugar_PYTHON = \
|
||||||
__init__.py \
|
__init__.py \
|
||||||
activity.py \
|
activity.py \
|
||||||
shell.py \
|
shell.py \
|
||||||
PresenceWindow.py \
|
Owner.py \
|
||||||
Owner.py
|
PresenceWindow.py \
|
||||||
|
StartPage.py
|
||||||
|
Loading…
Reference in New Issue
Block a user