diff options
| author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-02 06:05:08 +0800 |
|---|---|---|
| committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-02 06:05:08 +0800 |
| commit | 6f731fff4cfea7eac26b7a5e15083ee34445fff8 (patch) | |
| tree | 637f440d6f4d4cdb99e0971d5855c9e8183b687e | |
| parent | ced627ff86aaf8f88ce3cfef1b674d1836eb92b3 (diff) | |
| download | gsoc2013-evolution-6f731fff4cfea7eac26b7a5e15083ee34445fff8.tar gsoc2013-evolution-6f731fff4cfea7eac26b7a5e15083ee34445fff8.tar.gz gsoc2013-evolution-6f731fff4cfea7eac26b7a5e15083ee34445fff8.tar.bz2 gsoc2013-evolution-6f731fff4cfea7eac26b7a5e15083ee34445fff8.tar.lz gsoc2013-evolution-6f731fff4cfea7eac26b7a5e15083ee34445fff8.tar.xz gsoc2013-evolution-6f731fff4cfea7eac26b7a5e15083ee34445fff8.tar.zst gsoc2013-evolution-6f731fff4cfea7eac26b7a5e15083ee34445fff8.zip | |
Add default_user/local/Sentbox/Makefile to the list of makefiles to output
2000-09-01 Jeffrey Stedfast <fejj@helixcode.com>
* configure.in: Add default_user/local/Sentbox/Makefile to the
list of makefiles to output
svn path=/trunk/; revision=5170
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | configure.in | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-09-01 Jeffrey Stedfast <fejj@helixcode.com> + + * configure.in: Add default_user/local/Sentbox/Makefile to the + list of makefiles to output + 2000-08-30 Lauris Kaplinski <lauris@helixcode.com> * configure.in: AC_DEFINE(USING_GNOME_PRINT_0_20) diff --git a/configure.in b/configure.in index d360d340a6..8afe5b164c 100644 --- a/configure.in +++ b/configure.in @@ -597,6 +597,7 @@ default_user/local/Contacts/Makefile default_user/local/Drafts/Makefile default_user/local/Inbox/Makefile default_user/local/Outbox/Makefile +default_user/local/Sentbox/Makefile default_user/local/Trash/Makefile tools/Makefile doc/Makefile |
