diff options
author | Bolian Yin <bolian.yin@sun.com> | 2003-08-27 11:35:57 +0800 |
---|---|---|
committer | Bolian Yin <byin@src.gnome.org> | 2003-08-27 11:35:57 +0800 |
commit | 7e3eb5f87d84f5c7e7c945bb971367861928a9a0 (patch) | |
tree | 8f8e2353cb2c98c447d5a08f58016db10e29f0f7 /configure.in | |
parent | 638f1331cfb0d5f7bf38f125fb0b38c97c090964 (diff) | |
download | gsoc2013-evolution-7e3eb5f87d84f5c7e7c945bb971367861928a9a0.tar.gz 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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |