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:
@ -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
|
||||
|
||||
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user