Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2006-05-12 06:32:03 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-05-12 06:32:03 (GMT)
commitf6491e6afc2aaf3116d5d15bff4f63a79a7f89fd (patch)
tree28e13c489034f0dc71cca5d60f8c40d72f5ab4a5 /configure.ac
parent1f057e0d0b4d5a32a3fce3604c5dce2e17281f9b (diff)
Refactor the directory structure to match the packages
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 6 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index e391351..0828bda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,9 +17,10 @@ AC_SUBST(PYGTK_LIBS)
AC_OUTPUT([
Makefile
-sugar_globals.py
-browser/Makefile
-chat/Makefile
-shell/Makefile
-shell/src/Makefile
+sugar/Makefile
+sugar/__installed__.py
+sugar/browser/Makefile
+sugar/chat/Makefile
+sugar/p2p/Makefile
+sugar/shell/Makefile
])