From 9d15b7c9e1b9b6e9379df735ce15fc5a25f3e0d6 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sun, 2 Nov 2008 04:18:43 +0000 Subject: [PATCH] Install our typelib privately inside $(pkglibdir) Installing the plugin typelib into $(libdir)/girepository is non-sensical since no other program would want to reference it. Move it to $(pkglibdir)/girepository instead. (Will need to set environment variables to find it when we make installed operation work.) svn path=/trunk/; revision=25 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7eeede8b3..1ae6d1cb7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,7 @@ libgnome_shell_introspect_la_SOURCES = \ libgnome_shell_introspect_la_LDFLAGS = -avoid-version -module -rpath $(libdir) libgnome_shell_introspect_la_LIBADD = $(MUTTER_PLUGIN_LIBS) -typelibdir = $(libdir)/girepository +typelibdir = $(pkglibdir)/girepository typelib_DATA = Shell-0.1.typelib # After we run g-ir-scanner, we need to change the library name written in