gobject-introspection r800 - trunk/gir
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r800 - trunk/gir
- Date: Thu, 23 Oct 2008 19:03:28 +0000 (UTC)
Author: walters
Date: Thu Oct 23 19:03:27 2008
New Revision: 800
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=800&view=rev
Log:
Typelibs should go in $(datadir) for now
Modified:
trunk/gir/Makefile.am
Modified: trunk/gir/Makefile.am
==============================================================================
--- trunk/gir/Makefile.am (original)
+++ trunk/gir/Makefile.am Thu Oct 23 19:03:27 2008
@@ -121,7 +121,7 @@
%.typelib: %.gir $(top_builddir)/tools/g-ir-compiler$(EXEEXT) Makefile
$(DEBUG) $(top_builddir)/tools/g-ir-compiler$(EXEEXT) --includedir=. $(G_IR_COMPILER_OPTS) $< -o $@
-typelibsdir = $(libdir)/girepository
+typelibsdir = $(datadir)/girepository
typelibs_DATA = GLib-2.0.typelib GModule-2.0.typelib GObject-2.0.typelib Gio-2.0.typelib
CLEANFILES += $(typelibs_DATA)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]