Refactor directory structure a bit, preliminary to the
library split-out.
This commit is contained in:
parent
652df4bf51
commit
ae5ce06ccb
@ -1,6 +1,6 @@
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = bin data lib po shell services
|
||||
SUBDIRS = bin data lib po src service
|
||||
|
||||
bin_SCRIPTS = \
|
||||
sugar-emulator
|
||||
|
29
configure.ac
29
configure.ac
@ -43,7 +43,7 @@ AC_CONFIG_FILES([
|
||||
bin/sugar
|
||||
bin/sugar-control-panel
|
||||
bin/sugar-shell
|
||||
shell/config.py
|
||||
src/config.py
|
||||
])
|
||||
|
||||
AC_OUTPUT([
|
||||
@ -58,19 +58,18 @@ lib/sugar/clipboard/Makefile
|
||||
lib/sugar/graphics/Makefile
|
||||
lib/sugar/presence/Makefile
|
||||
lib/sugar/datastore/Makefile
|
||||
services/Makefile
|
||||
services/shell/Makefile
|
||||
shell/Makefile
|
||||
shell/controlpanel/Makefile
|
||||
shell/intro/Makefile
|
||||
shell/hardware/Makefile
|
||||
shell/view/Makefile
|
||||
shell/view/devices/Makefile
|
||||
shell/view/devices/network/Makefile
|
||||
shell/view/frame/Makefile
|
||||
shell/view/home/Makefile
|
||||
shell/model/Makefile
|
||||
shell/model/devices/Makefile
|
||||
shell/model/devices/network/Makefile
|
||||
service/Makefile
|
||||
src/Makefile
|
||||
src/controlpanel/Makefile
|
||||
src/intro/Makefile
|
||||
src/hardware/Makefile
|
||||
src/view/Makefile
|
||||
src/view/devices/Makefile
|
||||
src/view/devices/network/Makefile
|
||||
src/view/frame/Makefile
|
||||
src/view/home/Makefile
|
||||
src/model/Makefile
|
||||
src/model/devices/Makefile
|
||||
src/model/devices/network/Makefile
|
||||
po/Makefile.in
|
||||
])
|
||||
|
@ -1 +0,0 @@
|
||||
SUBDIRS = shell
|
0
shell/.gitignore → src/.gitignore
vendored
0
shell/.gitignore → src/.gitignore
vendored
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user