aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/merging/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-20 12:07:28 +0800
committerDan Winship <danw@src.gnome.org>2003-02-20 12:07:28 +0800
commita902ec9badad18e09c7499cb961fbf811aaf7beb (patch)
tree65d209533dcf80b4b25f9f40b6c31fcba70725ec /addressbook/gui/merging/Makefile.am
parent4a739f7cb5e2935a63a3e849c3409c076a63fcb3 (diff)
downloadgsoc2013-evolution-a902ec9badad18e09c7499cb961fbf811aaf7beb.tar
gsoc2013-evolution-a902ec9badad18e09c7499cb961fbf811aaf7beb.tar.gz
gsoc2013-evolution-a902ec9badad18e09c7499cb961fbf811aaf7beb.tar.bz2
gsoc2013-evolution-a902ec9badad18e09c7499cb961fbf811aaf7beb.tar.lz
gsoc2013-evolution-a902ec9badad18e09c7499cb961fbf811aaf7beb.tar.xz
gsoc2013-evolution-a902ec9badad18e09c7499cb961fbf811aaf7beb.tar.zst
gsoc2013-evolution-a902ec9badad18e09c7499cb961fbf811aaf7beb.zip
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
Diffstat (limited to 'addressbook/gui/merging/Makefile.am')
-rw-r--r--addressbook/gui/merging/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/merging/Makefile.am b/addressbook/gui/merging/Makefile.am
index 4c57316e8c..e032cd639d 100644
--- a/addressbook/gui/merging/Makefile.am
+++ b/addressbook/gui/merging/Makefile.am
@@ -10,10 +10,10 @@ INCLUDES = \
-DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
-noinst_LIBRARIES = \
- libecardmerging.a
+noinst_LTLIBRARIES = \
+ libecardmerging.la
-libecardmerging_a_SOURCES = \
+libecardmerging_la_SOURCES = \
e-card-merging.c \
e-card-merging.h