From b9d269d4bf0b85c3e1a6d17136a33ad5a8c228c4 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 17 May 2010 16:11:48 -0300 Subject: [Makefile.introspection] Do not use _GIRDIR Instead use the path from configure in the example. --- Makefile.introspection | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.introspection') diff --git a/Makefile.introspection b/Makefile.introspection index 96162947..bf9957a9 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) # -- cgit v1.2.1