[yelp/wip/amigadave/webkit2-port: 3/3] Install libyelpcommon to pkglibdir



commit 52e9659f2a7a8492c53f012bc4cd174391a16acb
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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libyelp/Makefile.am b/libyelp/Makefile.am
index 0f7d3a3..f233a8b 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                  \
@@ -56,7 +56,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]