From 29ab06e930143eea6fd4fb2025f0c7cfc9caa76d Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 25 Jan 2011 10:52:54 -0500 Subject: Don't build python bindings for gtk3 --- bindings/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bindings') diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 71abb6c..f74dec5 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -1,3 +1,7 @@ +if USE_GTK3 +SUBDIRS = mono +else SUBDIRS = \ mono \ python +endif -- cgit v1.2.3