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:
parent
e624b2a241
commit
9d15b7c9e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user