diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 5 | ||||
-rw-r--r-- | composer/Makefile.am | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 97f7db00f0..fb015cb9f8 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2003-01-06 Dan Winship <danw@ximian.com> + + * Makefile.am: Remove idldir definition. (It's defined in + configure.in now) + 2002-12-16 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (get_signature_html): Use camel_text_to_html(). diff --git a/composer/Makefile.am b/composer/Makefile.am index 545906a340..d4803f43e7 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -42,7 +42,6 @@ $(libcomposer_la_OBJECTS): composer-marshal.h ## -idldir = $(datadir)/idl idl_DATA = $(IDLS) gladedir = $(datadir)/evolution/glade |