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
This commit is contained in:
Owen Taylor 2008-11-02 04:18:43 +00:00
parent e624b2a241
commit 9d15b7c9e1

View File

@ -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