From a902ec9badad18e09c7499cb961fbf811aaf7beb Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 20 Feb 2003 04:07:28 +0000 Subject: Build the subparts as (noinst) shared libraries rather than static * gui/component/Makefile.am: * gui/contact-editor/Makefile.am: * gui/contact-list-editor/Makefile.am: * gui/search/Makefile.am: * gui/widgets/Makefile.am: * printing/Makefile.am: Build the subparts as (noinst) shared libraries rather than static libraries, so they can be portably linked into libevolution-addressbook.so svn path=/trunk/; revision=19963 --- addressbook/gui/contact-editor/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'addressbook/gui/contact-editor/Makefile.am') diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index 01ec18265a..24625865e8 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -17,10 +17,10 @@ INCLUDES = \ -DLIBGNOMEUI_DISABLE_DEPRECATED \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) -noinst_LIBRARIES = \ - libecontacteditor.a +noinst_LTLIBRARIES = \ + libecontacteditor.la -libecontacteditor_a_SOURCES = \ +libecontacteditor_la_SOURCES = \ e-contact-editor-address.c \ e-contact-editor-address.h \ e-contact-editor-fullname.c \ -- cgit v1.2.3