[gobject-introspection] [Makefile.introspection] Do not use _GIRDIR
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] [Makefile.introspection] Do not use _GIRDIR
- Date: Mon, 17 May 2010 19:13:39 +0000 (UTC)
commit b9d269d4bf0b85c3e1a6d17136a33ad5a8c228c4
Author: Johan Dahlin <johan gnome org>
Date: Mon May 17 16:11:48 2010 -0300
[Makefile.introspection] Do not use _GIRDIR
Instead use the path from configure in the example.
Makefile.introspection | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.introspection b/Makefile.introspection
index 9616294..bf9957a 100644
--- a/Makefile.introspection
+++ b/Makefile.introspection
@@ -1,5 +1,5 @@
# -*- Mode: make -*-
-# Copyright 2009 Johan Dahlin
+# Copyright 2009-2010 Johan Dahlin
#
# This file is free software; the author(s) gives unlimited
# permission to copy and/or distribute it, with or without
@@ -28,9 +28,9 @@
# YourLib_1_0_gir_VERSION = 1.0
# YourLib_1_0_gir_LIBS = libyourlib.la
# YourLib_1_0_gir_FILES = $(libyourlib_1_0_SOURCES)
-# girdir = $(INTROSPECTION_GIRDIR)
+# girdir = $(datadir)/gir-1.0
# dist_gir_DATA = YourLib-1.0.gir
-# typelibdir = $(INTROSPECTION_TYPELIBDIR)
+# typelibdir = $(libdir)/girepository-1.0
# typelib_DATA = YourLib-1.0.typelib
# CLEANFILES = $(dist_gir_DATA) $(typelib_DATA)
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]