diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2004-06-08 07:28:17 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-06-08 07:28:17 +0800 |
commit | b2885bf8be1bb48634b0c0b5ea40eaa943ff0ff8 (patch) | |
tree | 93bc4684acb376b0a511cd4c59329a3710fcd26c /addressbook/gui/Makefile.am | |
parent | 31c401df882702ae0adfd7b92c8f78c166b20c1e (diff) | |
download | gsoc2013-evolution-b2885bf8be1bb48634b0c0b5ea40eaa943ff0ff8.tar.gz gsoc2013-evolution-b2885bf8be1bb48634b0c0b5ea40eaa943ff0ff8.tar.zst gsoc2013-evolution-b2885bf8be1bb48634b0c0b5ea40eaa943ff0ff8.zip |
Fix order of dependencies.
2004-06-07 Hans Petter Jansson <hpj@ximian.com>
* gui/Makefile.am (SUBDIRS): Fix order of dependencies.
svn path=/trunk/; revision=26241
Diffstat (limited to 'addressbook/gui/Makefile.am')
-rw-r--r-- | addressbook/gui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |