diff options
author | Johan Dahlin <johan@gnome.org> | 2010-05-17 16:11:48 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-05-17 16:13:29 -0300 |
commit | b9d269d4bf0b85c3e1a6d17136a33ad5a8c228c4 (patch) | |
tree | 9fae7389236c5a3e977ed479cb23c602504ff138 /Makefile.introspection | |
parent | 52b0e7bc7011176e82e04183de463adfde604378 (diff) | |
download | gobject-introspection-b9d269d4bf0b85c3e1a6d17136a33ad5a8c228c4.tar.gz |
[Makefile.introspection] Do not use _GIRDIR
Instead use the path from configure in the example.
Diffstat (limited to 'Makefile.introspection')
-rw-r--r-- | Makefile.introspection | 6 |
1 files changed, 3 insertions, 3 deletions
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) # |