diff options
author | Руслан Ижбулатов <lrn1986@gmail.com> | 2014-02-21 11:22:16 +0000 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2014-02-22 18:47:08 -0500 |
commit | 2a3f311d26c5a5fff813872ea3a3e4d1e30c1beb (patch) | |
tree | ac58abbfc64ef851721e8d7b58d5c89e6d07eba3 /gobject-introspection-1.0.pc.in | |
parent | 4389588ef9478ea4fb53a17368c2bc7156b52378 (diff) | |
download | gobject-introspection-2a3f311d26c5a5fff813872ea3a3e4d1e30c1beb.tar.gz |
Also add EXEEXT to .pc files
https://bugzilla.gnome.org/show_bug.cgi?id=724888
Diffstat (limited to 'gobject-introspection-1.0.pc.in')
-rw-r--r-- | gobject-introspection-1.0.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gobject-introspection-1.0.pc.in b/gobject-introspection-1.0.pc.in index 9613fec1..a08b5d27 100644 --- a/gobject-introspection-1.0.pc.in +++ b/gobject-introspection-1.0.pc.in @@ -7,8 +7,8 @@ datadir=@datadir@ includedir=@includedir@ g_ir_scanner=${bindir}/g-ir-scanner -g_ir_compiler=${bindir}/g-ir-compiler -g_ir_generate=${bindir}/g-ir-generate +g_ir_compiler=${bindir}/g-ir-compiler@EXEEXT@ +g_ir_generate=${bindir}/g-ir-generate@EXEEXT@ gidatadir=${datadir}/gobject-introspection-1.0 girdir=${datadir}/gir-1.0 typelibdir=${libdir}/girepository-1.0 |