From 2de0f5fbca9dc72380eb48400508a93e0f03ea84 Mon Sep 17 00:00:00 2001 From: Victor Poluceno Date: Tue, 16 Jun 2009 15:33:44 -0300 Subject: [PATCH] Added defs files to pango types --- bindings/python/champlain/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/python/champlain/Makefile.am b/bindings/python/champlain/Makefile.am index e3af528..96bf824 100644 --- a/bindings/python/champlain/Makefile.am +++ b/bindings/python/champlain/Makefile.am @@ -1,4 +1,5 @@ PYCLUTTERDEFS=`pkg-config --variable=defsdir pyclutter-0.8` +PYGTKDEFS=`pkg-config --variable=defsdir pygtk-2.0` AM_CPPFLAGS = \ -I. \ @@ -29,6 +30,7 @@ champlain_la_LDFLAGS = \ pychamplain.c: pychamplain.override pychamplain.defs $(PYGOBJECTCODEGEN) \ --prefix champlain \ + --register $(PYGTKDEFS)/pango-types.defs \ --register $(PYCLUTTERDEFS)/clutter-types.defs \ --register $(PYCLUTTERDEFS)/cogl-types.defs \ --override pychamplain.override \ -- 2.39.5