diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-14 07:00:27 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-14 07:00:27 +0800 |
commit | 5678a57e33c55ab2622a3fbb823b42e4f80c31cc (patch) | |
tree | 8f3cad3dae612253445979a0e85eba091ac87568 /configure.in | |
parent | fd01a3bd7bdf7f6d6f3d59ae9764d3ef3fbe4e62 (diff) | |
download | gsoc2013-evolution-5678a57e33c55ab2622a3fbb823b42e4f80c31cc.tar gsoc2013-evolution-5678a57e33c55ab2622a3fbb823b42e4f80c31cc.tar.gz gsoc2013-evolution-5678a57e33c55ab2622a3fbb823b42e4f80c31cc.tar.bz2 gsoc2013-evolution-5678a57e33c55ab2622a3fbb823b42e4f80c31cc.tar.lz gsoc2013-evolution-5678a57e33c55ab2622a3fbb823b42e4f80c31cc.tar.xz gsoc2013-evolution-5678a57e33c55ab2622a3fbb823b42e4f80c31cc.tar.zst gsoc2013-evolution-5678a57e33c55ab2622a3fbb823b42e4f80c31cc.zip |
Added widgets/e-reflow/Makefile. Replaced
2000-09-13 Christopher James Lahey <clahey@helixcode.com>
* configure.in: Added widgets/e-reflow/Makefile. Replaced
addressbook/gui/minicard/Makefile with
addressbook/gui/widgets/Makefile.
From addressbook/ChangeLog:
2000-09-13 Christopher James Lahey <clahey@helixcode.com>
* gui/widgets/*, gui/minicard/*: Moved gui/minicard to
gui/widgets, except for e-reflow.c, e-reflow.h, e-reflow-sorted.c,
and e-reflow-sorted.h.
* gui/widgets/Makefile.am: Added e-reflow to the INCLUDES list and
libereflow.a to a bunch of LDADD lines.
* gui/component/Makefile.am (evolution_addressbook_LDADD): Added
libereflow.a here.
* gui/Makefile.am (SUBDIRS): Replaced minicard with widgets.
From widgets/ChangeLog:
2000-09-13 Christopher James Lahey <clahey@helixcode.com>
* Makefile.am (SUBDIRS): Added e-reflow.
* e-reflow/e-reflow.c, e-reflow/e-reflow.h: Moved from
addressbook/gui/minicard/.
* e-reflow/Makefile.am, e-reflow/.cvsignore: New files for a new
directory.
svn path=/trunk/; revision=5414
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index dc7ac1a9a0..738686d35c 100644 --- a/configure.in +++ b/configure.in @@ -573,6 +573,7 @@ widgets/Makefile widgets/e-paned/Makefile widgets/e-table/Makefile widgets/e-text/Makefile +widgets/e-reflow/Makefile widgets/meeting-time-sel/Makefile widgets/misc/Makefile widgets/shortcut-bar/Makefile @@ -586,7 +587,7 @@ addressbook/backend/idl/Makefile addressbook/backend/pas/Makefile addressbook/backend/ebook/Makefile addressbook/gui/Makefile -addressbook/gui/minicard/Makefile +addressbook/gui/widgets/Makefile addressbook/gui/search/Makefile addressbook/gui/component/Makefile addressbook/gui/component/select-names/Makefile |