[gnome-maps] lib: Install the private C library into pkglibdir



commit 95f7d6efc444475e46f09d005e440b4a85a05c30
Author: David King <amigadave amigadave com>
Date:   Sun Feb 15 17:40:38 2015 +0000

    lib: Install the private C library into pkglibdir
    
    An unversioned shared object should be installed into a private
    directory, as it exports an API that is not declared as stable (and
    should not be used by other applications.

 lib/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index a90c56a..35203da 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,4 +1,4 @@
-lib_LTLIBRARIES = libgnome-maps.la
+pkglib_LTLIBRARIES = libgnome-maps.la
 
 BUILT_SOURCES =                                                        \
        maps-enum-types.c                                               \
@@ -50,7 +50,7 @@ INTROSPECTION_GIRS = GnomeMaps-1.0.gir
 girdir = $(datadir)/gir-1.0
 gir_DATA = $(INTROSPECTION_GIRS)
 
-typelibdir = $(libdir)/girepository-1.0
+typelibdir = $(pkglibdir)/girepository-1.0
 typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
 CLEANFILES = $(gir_DATA) $(typelib_DATA) $(BUILT_SOURCES)


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