sugar-toolkit-gtk3/shell/Makefile.am

22 lines
403 B
Makefile
Raw Normal View History

SUBDIRS = conf data session frame home PresenceService
2006-07-19 17:49:34 +02:00
bin_SCRIPTS = \
sugar \
sugar-activity \
sugar-activity-factory \
2006-07-25 18:28:51 +02:00
sugar-console \
sugar-presence-service
sugardir = $(pkgdatadir)/shell
2006-07-10 16:16:30 +02:00
sugar_PYTHON = \
2006-07-12 14:02:29 +02:00
__init__.py \
2006-07-24 15:50:26 +02:00
ActivityHost.py \
2006-08-11 11:37:35 +02:00
ChatController.py \
ConsoleWindow.py \
2006-08-22 16:18:49 +02:00
FirstTimeDialog.py \
Friends.py \
2006-07-12 14:02:29 +02:00
Owner.py \
2006-07-10 16:16:30 +02:00
Shell.py
2006-06-21 22:18:25 +02:00
2006-08-21 15:59:40 +02:00
EXTRA_DIST = $(bin_SCRIPTS)