aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBolian Yin <bolian.yin@sun.com>2003-08-27 11:35:57 +0800
committerBolian Yin <byin@src.gnome.org>2003-08-27 11:35:57 +0800
commit7e3eb5f87d84f5c7e7c945bb971367861928a9a0 (patch)
tree8f8e2353cb2c98c447d5a08f58016db10e29f0f7
parent638f1331cfb0d5f7bf38f125fb0b38c97c090964 (diff)
downloadgsoc2013-evolution-7e3eb5f87d84f5c7e7c945bb971367861928a9a0.tar
gsoc2013-evolution-7e3eb5f87d84f5c7e7c945bb971367861928a9a0.tar.gz
gsoc2013-evolution-7e3eb5f87d84f5c7e7c945bb971367861928a9a0.tar.bz2
gsoc2013-evolution-7e3eb5f87d84f5c7e7c945bb971367861928a9a0.tar.lz
gsoc2013-evolution-7e3eb5f87d84f5c7e7c945bb971367861928a9a0.tar.xz
gsoc2013-evolution-7e3eb5f87d84f5c7e7c945bb971367861928a9a0.tar.zst
gsoc2013-evolution-7e3eb5f87d84f5c7e7c945bb971367861928a9a0.zip
add a11y/widgets/Makefile move a11y directory before widgets directory.
2003-08-27 Bolian Yin <bolian.yin@sun.com> * configure.in: add a11y/widgets/Makefile * Makefile.am: move a11y directory before widgets directory. svn path=/trunk/; revision=22383
-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