From ae961a192a85c54bcf193a132bcb7c91c8dd8a79 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Fri, 8 Jun 2018 10:33:47 -0500 Subject: Remove python bindings for liblvm2app --- Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index ed0069669..ae05aead7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -28,10 +28,6 @@ ifeq ("@INTL@", "yes") SUBDIRS += po endif -ifeq ("@PYTHON_BINDINGS@", "yes") - SUBDIRS += python -endif - ifeq ($(MAKECMDGOALS),clean) SUBDIRS += test endif @@ -39,7 +35,7 @@ endif ifeq ($(MAKECMDGOALS),distclean) SUBDIRS = conf include man test scripts \ libdaemon lib tools daemons libdm \ - udev po python + udev po tools.distclean: test.distclean endif DISTCLEAN_DIRS += lcov_reports* -- cgit v1.2.1