aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-02 03:49:34 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-02 03:49:34 +0800
commitba2128204f596f12092f6a0ef9da4e51a5dafde5 (patch)
treed80f595e233d9ce0db393a53b22924edc942b146
parentfed684880e2a47aaa0ee109bd8df0db1a5589c79 (diff)
downloadgsoc2013-evolution-ba2128204f596f12092f6a0ef9da4e51a5dafde5.tar
gsoc2013-evolution-ba2128204f596f12092f6a0ef9da4e51a5dafde5.tar.gz
gsoc2013-evolution-ba2128204f596f12092f6a0ef9da4e51a5dafde5.tar.bz2
gsoc2013-evolution-ba2128204f596f12092f6a0ef9da4e51a5dafde5.tar.lz
gsoc2013-evolution-ba2128204f596f12092f6a0ef9da4e51a5dafde5.tar.xz
gsoc2013-evolution-ba2128204f596f12092f6a0ef9da4e51a5dafde5.tar.zst
gsoc2013-evolution-ba2128204f596f12092f6a0ef9da4e51a5dafde5.zip
Switched the subdirs order since backend depends on ename.
2000-05-01 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Switched the subdirs order since backend depends on ename. svn path=/trunk/; revision=2717
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 59d9422107..a9a293ad4a 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-01 Christopher James Lahey <clahey@helixcode.com>
+
+ * Makefile.am: Switched the subdirs order since backend depends on
+ ename.
+
2000-05-01 Larry Ewing <lewing@helixcode.com>
* backend/pas/pas-backend-ldap.c (pas_backend_ldap_remove_client):
diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am
index d3201e1741..5ddbe71bc5 100644
--- a/addressbook/Makefile.am
+++ b/addressbook/Makefile.am
@@ -1,2 +1,2 @@
SUBDIRS = \
- backend ename contact-editor gui printing
+ ename backend contact-editor gui printing