aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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