Refactor directory structure a bit, preliminary to the

library split-out.
master
Marco Pesenti Gritti 17 years ago
parent 652df4bf51
commit ae5ce06ccb

@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
SUBDIRS = bin data lib po shell services SUBDIRS = bin data lib po src service
bin_SCRIPTS = \ bin_SCRIPTS = \
sugar-emulator sugar-emulator

@ -43,7 +43,7 @@ AC_CONFIG_FILES([
bin/sugar bin/sugar
bin/sugar-control-panel bin/sugar-control-panel
bin/sugar-shell bin/sugar-shell
shell/config.py src/config.py
]) ])
AC_OUTPUT([ AC_OUTPUT([
@ -58,19 +58,18 @@ lib/sugar/clipboard/Makefile
lib/sugar/graphics/Makefile lib/sugar/graphics/Makefile
lib/sugar/presence/Makefile lib/sugar/presence/Makefile
lib/sugar/datastore/Makefile lib/sugar/datastore/Makefile
services/Makefile service/Makefile
services/shell/Makefile src/Makefile
shell/Makefile src/controlpanel/Makefile
shell/controlpanel/Makefile src/intro/Makefile
shell/intro/Makefile src/hardware/Makefile
shell/hardware/Makefile src/view/Makefile
shell/view/Makefile src/view/devices/Makefile
shell/view/devices/Makefile src/view/devices/network/Makefile
shell/view/devices/network/Makefile src/view/frame/Makefile
shell/view/frame/Makefile src/view/home/Makefile
shell/view/home/Makefile src/model/Makefile
shell/model/Makefile src/model/devices/Makefile
shell/model/devices/Makefile src/model/devices/network/Makefile
shell/model/devices/network/Makefile
po/Makefile.in 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