[gnome-builder] build: install private libsearch.so



commit dc2b0bbf211f185411cd75a677bf3d80fa591d63
Author: Christian Hergert <christian hergert me>
Date:   Fri Sep 4 00:12:06 2015 -0700

    build: install private libsearch.so
    
    This library is used to provide some basic search features. I’d like it
    to be available to plugins without having to duplicate everything. So
    we’ll just use it as a private library for now.

 contrib/search/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/contrib/search/Makefile.am b/contrib/search/Makefile.am
index 38dde4c..7486096 100644
--- a/contrib/search/Makefile.am
+++ b/contrib/search/Makefile.am
@@ -1,4 +1,5 @@
-noinst_LTLIBRARIES = libsearch.la
+pkglibdir = $(libdir)/gnome-builder/
+pkglib_LTLIBRARIES = libsearch.la
 
 libsearch_la_SOURCES = \
        trie.c \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]