From ae5ce06ccb1f604fa1e4eaeb16d9ba8122b4923d Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 04 Feb 2008 22:36:12 +0000 Subject: Refactor directory structure a bit, preliminary to the library split-out. --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4c91829..7e2202e 100644 --- a/configure.ac +++ b/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 ]) -- cgit v0.9.1