summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-07-03 11:12:04 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2018-07-09 00:23:32 +0200
commita55d4b6051ed2edecf14549b8fef437023e1e272 (patch)
treeb624311528dbe6c08dc5b9c7f3b5ffde95692c1e /conf
parentc8b4f9414cf1f7dde8b73c7085e8c3628205b0eb (diff)
downloadlvm2-a55d4b6051ed2edecf14549b8fef437023e1e272.tar.gz
build: libdm preload dir is no longer needed
Since we do not build lvm code with libdm, drop preload.
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/Makefile.in b/conf/Makefile.in
index 5330c07fc..d47c7593a 100644
--- a/conf/Makefile.in
+++ b/conf/Makefile.in
@@ -32,8 +32,8 @@ include $(top_builddir)/make.tmpl
.PHONY: install_conf install_localconf install_profiles
generate:
- LD_LIBRARY_PATH=$(top_builddir)/libdm:$(LD_LIBRARY_PATH) $(top_builddir)/tools/lvm dumpconfig --type default --unconfigured --withgeneralpreamble --withcomments --ignorelocal --withspaces > example.conf.in
- LD_LIBRARY_PATH=$(top_builddir)/libdm:$(LD_LIBRARY_PATH) $(top_builddir)/tools/lvm dumpconfig --type default --unconfigured --withlocalpreamble --withcomments --withspaces local > lvmlocal.conf.in
+ $(top_builddir)/tools/lvm dumpconfig --type default --unconfigured --withgeneralpreamble --withcomments --ignorelocal --withspaces > example.conf.in
+ $(top_builddir)/tools/lvm dumpconfig --type default --unconfigured --withlocalpreamble --withcomments --withspaces local > lvmlocal.conf.in
install_conf: $(CONFSRC)
@if [ ! -e $(confdir)/$(CONFDEST) ]; then \