Use a src directory consistently with base and shell.

This commit is contained in:
Marco Pesenti Gritti
2008-04-29 14:58:34 +02:00
parent 6efdf259b6
commit 72c2a1d770
78 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ EXTRA_DIST = \
intltool-update.in \ intltool-update.in \
intltool-extract.in intltool-extract.in
SUBDIRS = po sugar SUBDIRS = src po
+8 -7
View File
@@ -33,12 +33,13 @@ AM_GLIB_GNU_GETTEXT
AC_OUTPUT([ AC_OUTPUT([
Makefile Makefile
sugar/Makefile src/Makefile
sugar/activity/Makefile src/sugar/Makefile
sugar/bundle/Makefile src/sugar/activity/Makefile
sugar/clipboard/Makefile src/sugar/bundle/Makefile
sugar/graphics/Makefile src/sugar/clipboard/Makefile
sugar/presence/Makefile src/sugar/graphics/Makefile
sugar/datastore/Makefile src/sugar/presence/Makefile
src/sugar/datastore/Makefile
po/Makefile.in po/Makefile.in
]) ])
View File
View File
View File