[gtk-vnc] Fix path to h2def.py script



commit e5e79c16c8e43e03334cf22da23d9613630ce708
Author: Daniel P. Berrange <berrange redhat com>
Date:   Tue Aug 16 10:16:22 2016 +0100

    Fix path to h2def.py script
    
    Resolves: bz#744393
    Signed-off-by: Daniel P. Berrange <berrange redhat com>

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 207e3c5..996f5e0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -323,7 +323,7 @@ gtkvnc_la_SOURCES = vncmodule.c
 nodist_gtkvnc_la_SOURCES = vncmodule.defs.c
 BUILT_SOURCES += vncmodule.defs.c
 
-CODEGENDIR = $(shell pkg-config --variable=codegendir pygtk-2.0)
+CODEGENDIR = $(shell pkg-config --variable=codegendir pygobject-2.0)
 DEFSDIR = $(shell pkg-config --variable=defsdir pygtk-2.0)
 
 vnc.defs: vncdisplay.h vncdisplayenums.h


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