gnome-shell r25 - trunk/src
- From: otaylor svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-shell r25 - trunk/src
- Date: Sun, 2 Nov 2008 04:18:43 +0000 (UTC)
Author: otaylor
Date: Sun Nov 2 04:18:43 2008
New Revision: 25
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=25&view=rev
Log:
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.)
Modified:
trunk/src/Makefile.am
Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Sun Nov 2 04:18:43 2008
@@ -27,7 +27,7 @@
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]