From 45414b5444db0a1f7e325c7dce92fbe84667d093 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 27 Feb 2010 12:23:22 +0100 Subject: python binding removed --- bindings/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'bindings/Makefile.am') diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 77b4ec2..bb51360 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -2,14 +2,10 @@ if BUILD_JAVA DIR_J = java endif -if BUILD_PYTHON -DIR_P = python -endif - if BUILD_RUBY DIR_R = ruby endif -SUBDIRS = $(DIR_J) $(DIR_P) $(DIR_R) -DIST_SUBDIRS = java python ruby +SUBDIRS = $(DIR_J) $(DIR_R) +DIST_SUBDIRS = java ruby -- cgit v1.2.3