aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/gui/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index e1aa70fd88..ee2c4356b3 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-07 Hans Petter Jansson <hpj@ximian.com>
+
+ * gui/Makefile.am (SUBDIRS): Fix order of dependencies.
+
2004-06-07 H P Nadig <hpnadig@pacific.net.in>
* gui/contact-list-editor/e-contact-list-editor.h: Added few
diff --git a/addressbook/gui/Makefile.am b/addressbook/gui/Makefile.am
index 6b0850da5d..01771f33e4 100644
--- a/addressbook/gui/Makefile.am
+++ b/addressbook/gui/Makefile.am
@@ -1 +1 @@
-SUBDIRS = contact-editor contact-list-editor merging widgets search component
+SUBDIRS = merging widgets component contact-editor contact-list-editor search