[evolution-kolab] Make libekolab{,backend,util}.la noinst libraries.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab] Make libekolab{,backend,util}.la noinst libraries.
- Date: Sun, 1 Jul 2012 14:18:01 +0000 (UTC)
commit 8744d2ec3b0f16f9716bbd804ca8a952f0d29dfc
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Jul 1 08:27:45 2012 -0400
Make libekolab{,backend,util}.la noinst libraries.
Loadable module libraries should not be linked to. These libraries hold
basic utilities for higher-level evolution-kolab modules, so reuse them
but do not install them.
src/libekolab/Makefile.am | 6 +-----
src/libekolabutil/Makefile.am | 4 +---
2 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/src/libekolab/Makefile.am b/src/libekolab/Makefile.am
index 8641bf7..d2d09a6 100644
--- a/src/libekolab/Makefile.am
+++ b/src/libekolab/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-lib_LTLIBRARIES = \
+noinst_LTLIBRARIES = \
libekolab.la \
libekolabbackend.la
@@ -81,8 +81,6 @@ libekolab_la_LIBADD = \
$(CURL_LIBS) \
$(EVOLUTION_LIBS)
-libekolab_la_LDFLAGS = -module -avoid-version
-
## --- libekolabbackend --------------------------------------------------------
libekolabbackend_la_SOURCES = \
@@ -98,8 +96,6 @@ libekolabbackend_la_SOURCES = \
kolab-mail-synchronizer.c \
kolab-util-backend.c
-libekolabbackend_la_LDFLAGS = -module -avoid-version
-
libekolabbackend_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
-DCAMEL_PROVIDERDIR=\""$(camel_providerdir)"\" \
diff --git a/src/libekolabutil/Makefile.am b/src/libekolabutil/Makefile.am
index 7733d51..a5a2cbc 100644
--- a/src/libekolabutil/Makefile.am
+++ b/src/libekolabutil/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-lib_LTLIBRARIES = libekolabutil.la
+noinst_LTLIBRARIES = libekolabutil.la
AM_CPPFLAGS = \
-DCAMEL_PROVIDERDIR=\"$(camel_providerdir)\" \
@@ -41,8 +41,6 @@ noinst_HEADERS = \
kolab-util-sqlite.h \
camel-system-headers.h
-libekolabutil_la_LDFLAGS = -module -avoid-version
-
libekolabutil_la_LIBADD = \
$(CAMEL_LIBS) \
$(EDS_LIBS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]