From d201fdec5ad656ee0d066dbf93af5f4ee8d4e86b Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 21 Feb 2003 19:05:27 +0000 Subject: 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 --- composer/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer/Makefile.am') diff --git a/composer/Makefile.am b/composer/Makefile.am index 27f138471e..832a8de539 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -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 \ -- cgit