aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/Makefile.am
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 /addressbook/Makefile.am
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
Diffstat (limited to 'addressbook/Makefile.am')
-rw-r--r--addressbook/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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