diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile.am | 6 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,6 @@ 2001-08-16 Kjartan Maraas <kmaraas@gnome.org> + * Makefile.am: Added omf-install to the build. * configure.in: Adjust for the move of the user docs. 2001-08-15 Kjartan Maraas <kmaraas@gnome.org> diff --git a/Makefile.am b/Makefile.am index 83cb424373..c7669cce7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ SUBDIRS = \ libical \ libversit \ libwombat \ - addressbook \ + addressbook \ composer \ mail \ calendar \ @@ -39,4 +39,6 @@ SUBDIRS = \ views \ tools \ doc \ - po + po \ + omf-install + |