diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-26 04:03:41 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-26 04:03:41 +0800 |
commit | 1f1872ec3c71546fd66e0d4bb9bc82f0738cde80 (patch) | |
tree | a1be21f6aa9541a33706480f368d486627433d4b | |
parent | 29a8e4e4cd669bca938c119d79950607e9994c49 (diff) | |
download | gsoc2013-evolution-1f1872ec3c71546fd66e0d4bb9bc82f0738cde80.tar gsoc2013-evolution-1f1872ec3c71546fd66e0d4bb9bc82f0738cde80.tar.gz gsoc2013-evolution-1f1872ec3c71546fd66e0d4bb9bc82f0738cde80.tar.bz2 gsoc2013-evolution-1f1872ec3c71546fd66e0d4bb9bc82f0738cde80.tar.lz gsoc2013-evolution-1f1872ec3c71546fd66e0d4bb9bc82f0738cde80.tar.xz gsoc2013-evolution-1f1872ec3c71546fd66e0d4bb9bc82f0738cde80.tar.zst gsoc2013-evolution-1f1872ec3c71546fd66e0d4bb9bc82f0738cde80.zip |
Added addressbook/conduit/Makefile.
2000-07-25 Christopher James Lahey <clahey@helixcode.com>
* configure.in: Added addressbook/conduit/Makefile.
svn path=/trunk/; revision=4325
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2000-07-25 Christopher James Lahey <clahey@helixcode.com> + + * configure.in: Added addressbook/conduit/Makefile. + 2000-07-21 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text/e-text.c: Made focus in not change your selection diff --git a/configure.in b/configure.in index f1ee9ccdef..d987dd1344 100644 --- a/configure.in +++ b/configure.in @@ -520,6 +520,7 @@ widgets/misc/Makefile widgets/shortcut-bar/Makefile addressbook/Makefile addressbook/ename/Makefile +addressbook/conduit/Makefile addressbook/contact-editor/Makefile addressbook/printing/Makefile addressbook/backend/Makefile |