summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2018-06-08 10:33:47 -0500
committerDavid Teigland <teigland@redhat.com>2018-06-08 10:33:47 -0500
commitae961a192a85c54bcf193a132bcb7c91c8dd8a79 (patch)
treeda596df56620322da0b8af030dac92ec60683733 /Makefile.in
parent669b1295aef917e5f811f448b88c9592944cf18a (diff)
downloadlvm2-ae961a192a85c54bcf193a132bcb7c91c8dd8a79.tar.gz
Remove python bindings for liblvm2app
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 1 insertions, 5 deletions
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*