summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-06-08 09:38:05 +0100
committerJoe Thornber <ejt@redhat.com>2018-06-08 09:38:05 +0100
commit0d22b58172808f050abeacdb5d6a7b7132b91a8c (patch)
tree2f27714c5df2865958d2c4dafd124b53152f07ab /Makefile.in
parente6bb780d24246666fa05948ec449a8137280b443 (diff)
downloadlvm2-0d22b58172808f050abeacdb5d6a7b7132b91a8c.tar.gz
liblvm: remove lvmapi
This has been deprecated for a while.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in21
1 files changed, 3 insertions, 18 deletions
diff --git a/Makefile.in b/Makefile.in
index 7eb6460e2..ed0069669 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -28,10 +28,6 @@ ifeq ("@INTL@", "yes")
SUBDIRS += po
endif
-ifeq ("@APPLIB@", "yes")
- SUBDIRS += liblvm
-endif
-
ifeq ("@PYTHON_BINDINGS@", "yes")
SUBDIRS += python
endif
@@ -43,7 +39,7 @@ endif
ifeq ($(MAKECMDGOALS),distclean)
SUBDIRS = conf include man test scripts \
libdaemon lib tools daemons libdm \
- udev po liblvm python
+ udev po python
tools.distclean: test.distclean
endif
DISTCLEAN_DIRS += lcov_reports*
@@ -54,18 +50,16 @@ include make.tmpl
libdm: include
libdaemon: include
lib: libdm libdaemon
-liblvm: lib
daemons: lib libdaemon tools
tools: lib libdaemon device-mapper
po: tools daemons
man: tools
all_man: tools
-scripts: liblvm libdm
+scripts: libdm
test: tools daemons
lib.device-mapper: include.device-mapper
libdm.device-mapper: include.device-mapper
-liblvm.device-mapper: include.device-mapper
daemons.device-mapper: libdm.device-mapper
tools.device-mapper: libdm.device-mapper
scripts.device-mapper: include.device-mapper
@@ -79,10 +73,6 @@ po.pofile: tools.pofile daemons.pofile
pofile: po.pofile
endif
-ifeq ("@PYTHON_BINDINGS@", "yes")
-python: liblvm
-endif
-
ifneq ("$(CFLOW_CMD)", "")
tools.cflow: libdm.cflow lib.cflow
daemons.cflow: tools.cflow
@@ -159,15 +149,10 @@ install_systemd_units:
install_all_man:
$(MAKE) -C man install_all_man
-ifeq ("@PYTHON_BINDINGS@", "yes")
-install_python_bindings:
- $(MAKE) -C liblvm/python install_python_bindings
-endif
-
install_tmpfiles_configuration:
$(MAKE) -C scripts install_tmpfiles_configuration
-LCOV_TRACES = libdm.info lib.info liblvm.info tools.info \
+LCOV_TRACES = libdm.info lib.info tools.info \
libdaemon/client.info libdaemon/server.info \
test/unit.info \
daemons/clvmd.info \