diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-08-17 Iain Holmes <iain@ximian.com> + + * Makefile.am: Move the libical compile order. + 2001-08-16 "Big Iain" Holmes <iain@ximian.com> * configure.in: Add widgets/e-timezone-dialog/Makefile diff --git a/Makefile.am b/Makefile.am index c7669cce7b..689a775e84 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,12 +18,12 @@ SUBDIRS = \ macros \ data \ e-util \ + libical \ widgets \ shell \ libibex \ camel \ filter \ - libical \ libversit \ libwombat \ addressbook \ |