[yelp/wip/amigadave/webkit2-port: 20/24] Install libyelpcommon to pkglibdir
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp/wip/amigadave/webkit2-port: 20/24] Install libyelpcommon to pkglibdir
- Date: Mon, 16 Feb 2015 21:00:33 +0000 (UTC)
commit 4694fb84ed1dfd4c63f436def36d41985b21fe3c
Author: David King <amigadave amigadave com>
Date: Sun Feb 15 14:40:20 2015 +0000
Install libyelpcommon to pkglibdir
It is a private implementation detail of libyelp and the extension, so
it should not be installed into libdir.
libyelp/Makefile.am | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libyelp/Makefile.am b/libyelp/Makefile.am
index 0f7d3a3..ec37d29 100644
--- a/libyelp/Makefile.am
+++ b/libyelp/Makefile.am
@@ -1,4 +1,4 @@
-lib_LTLIBRARIES = libyelpcommon.la
+pkglib_LTLIBRARIES = libyelpcommon.la
libyelpcommon_la_SOURCES = \
yelp-uri.c \
@@ -14,6 +14,9 @@ libyelpcommon_la_CFLAGS = \
libyelpcommon_la_LIBADD = $(YELP_LIBS)
+libyelpcommon_la_LDFLAGS = \
+ -avoid-version \
+ -no-undefined
libyelpcommon_headers = \
yelp-uri.h \
@@ -56,7 +59,7 @@ yelp-common-types.c: $(libyelpcommon_headers)
--vtail " return type;\n}\n\n" \
$(libyelpcommon_headers)) > $@
-lib_LTLIBRARIES += libyelp.la
+lib_LTLIBRARIES = libyelp.la
libyelp_la_SOURCES = \
yelp-bookmarks.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]