diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2002-09-11 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am (SUBDIRS): Put po on the top. + +== Version 1.1.1 == + 2002-09-09 Ettore Perazzoli <ettore@ximian.com> * configure.in: 1.1.1. Also bump some requirements. diff --git a/Makefile.am b/Makefile.am index caeea86d56..a9c2000693 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ SUBDIRS = \ intl \ macros \ data \ + po \ e-util \ libical \ widgets \ @@ -49,7 +50,6 @@ SUBDIRS = \ tools \ doc \ help \ - po \ omf-install %Conf.sh: %Conf.sh.in Makefile |