[emerillon/gtk3] Fix GIR binding generation



commit b231a907b47dac0058398990ee958d3eadc34732
Author: Laurent Bigonville <bigon bigon be>
Date:   Thu Aug 11 12:30:26 2011 +0200

    Fix GIR binding generation
    
    Emerillon_0_1_gir_PROGRAM must use ./emerillon as the program is not
    in the path
    
    https://bugzilla.gnome.org/show_bug.cgi?id=649403

 emerillon/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/emerillon/Makefile.am b/emerillon/Makefile.am
index de87f9b..6052a52 100644
--- a/emerillon/Makefile.am
+++ b/emerillon/Makefile.am
@@ -59,7 +59,7 @@ introspection_sources = $(filter %.c,$(libemerillon_la_SOURCES)) $(API_H_FILES)
 Emerillon-0.1.gir: emerillon
 Emerillon_0_1_gir_NAMESPACE = Emerillon
 Emerillon_0_1_gir_VERSION = 0.1
-Emerillon_0_1_gir_PROGRAM = emerillon
+Emerillon_0_1_gir_PROGRAM = ./emerillon
 Emerillon_0_1_gir_FILES = $(introspection_sources)
 Emerillon_0_1_gir_INCLUDES = GObject-2.0 Gtk-3.0 Champlain-0.10
 Emerillon_0_1_gir_CFLAGS = -DEMERILLON_COMPILATION -I$(top_srcdir)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]