Refactor directory structure a bit, preliminary to the

library split-out.
master
Marco Pesenti Gritti 16 years ago
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

@ -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

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…
Cancel
Save