aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
-rw-r--r--configure.in1
3 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cd0bbd16e..bc1dee4af0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-27 Bolian Yin <bolian.yin@sun.com>
+
+ * configure.in: add a11y/widgets/Makefile
+ * Makefile.am: move a11y directory before widgets directory.
+
2003-08-21 Not Zed <NotZed@Ximian.com>
* HACKING: Wrote one.
diff --git a/Makefile.am b/Makefile.am
index ff74d11527..1915b78db7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,12 +29,12 @@ SUBDIRS = \
e-util \
libical \
libversit \
+ a11y \
widgets \
shell \
camel \
filter \
addressbook \
- a11y \
calendar \
my-evolution \
art \
diff --git a/configure.in b/configure.in
index 95cc282765..a0cb14dbf0 100644
--- a/configure.in
+++ b/configure.in
@@ -1319,6 +1319,7 @@ AC_OUTPUT([ po/Makefile.in
Makefile
a11y/Makefile
a11y/calendar/Makefile
+a11y/widgets/Makefile
addressbook/Makefile
addressbook/gui/Makefile
addressbook/gui/component/Makefile