aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/merging
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-03-01 05:59:37 +0800
committerDan Winship <danw@src.gnome.org>2003-03-01 05:59:37 +0800
commitf824830018a59b31d19bc7370a5638071e35c295 (patch)
tree225eff2427c32adeeae61c1dea914b5124b7e67c /addressbook/gui/merging
parent32a764399bed6e64b6f03578025bf4255cc63183 (diff)
downloadgsoc2013-evolution-f824830018a59b31d19bc7370a5638071e35c295.tar
gsoc2013-evolution-f824830018a59b31d19bc7370a5638071e35c295.tar.gz
gsoc2013-evolution-f824830018a59b31d19bc7370a5638071e35c295.tar.bz2
gsoc2013-evolution-f824830018a59b31d19bc7370a5638071e35c295.tar.lz
gsoc2013-evolution-f824830018a59b31d19bc7370a5638071e35c295.tar.xz
gsoc2013-evolution-f824830018a59b31d19bc7370a5638071e35c295.tar.zst
gsoc2013-evolution-f824830018a59b31d19bc7370a5638071e35c295.zip
Build libecontacteditor as an uninstalled shared library.
* gui/contact-editor/Makefile.am: Build libecontacteditor as an uninstalled shared library. * gui/contact-list-editor/Makefile.am: Likewise for libecontactlisteditor * gui/merging/Makefile.am: and libecardmerging * gui/search/Makefile.am: and libeaddressbooksearch * gui/widgets/Makefile.am: and libeminicard * printing/Makefile.am: and libecontactprint * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD): Update for new library names (and get rid of libtool portability warnings). svn path=/trunk/; revision=20112
Diffstat (limited to 'addressbook/gui/merging')
-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..f30edd5745 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