[libgweather] [build] Use pygobject-codegen-2.0 instead of pygtk-codegen-2.0



commit 5e8c706f3cbc3875e4af5cdb3e7e0d2a857f9086
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Sep 9 17:36:10 2009 +0200

    [build] Use pygobject-codegen-2.0 instead of pygtk-codegen-2.0

 python/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python/Makefile.am b/python/Makefile.am
index 9bac907..9bf0e37 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -15,7 +15,7 @@ gweather.c: gweather.defs gweather.override
 
 .defs.c:
 	$(AM_V_GEN)(cd $(srcdir)\
-	 && pygtk-codegen-2.0 \
+	 && pygobject-codegen-2.0 \
 		--register $(PYGTK_DEFS) \
 		--override $*.override \
 		--prefix py$* $*.defs) > gen-$*.c \



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