build libcomposer as a shared library so it can be linked into

* Makefile.am: build libcomposer as a shared library so it can be
        linked into libevolution-mail.so without portability problems

svn path=/trunk/; revision=19992
This commit is contained in:
Dan Winship
2003-02-21 19:05:27 +00:00
parent 5ad7fa6010
commit d201fdec5a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-02-21 Dan Winship <danw@ximian.com>
* Makefile.am: build libcomposer as a shared library so it can be
linked into libevolution-mail.so without portability problems
2003-02-20 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (composer_get_default_charset_setting): Same as

View File

@ -47,7 +47,7 @@ idl_DATA = $(IDLS)
glade_DATA = \
e-msg-composer-attachment.glade
noinst_LIBRARIES = libcomposer.a
noinst_LTLIBRARIES = libcomposer.la
INCLUDES = \
-I$(top_srcdir) \
@ -70,7 +70,7 @@ INCLUDES = \
-DGTK_DISABLE_DEPRECATED \
$(EVOLUTION_MAIL_CFLAGS)
libcomposer_a_SOURCES = \
libcomposer_la_SOURCES = \
$(IDL_GENERATED) \
$(HTML_EDITOR_GENERATED) \
composer-marshal.c \