summaryrefslogtreecommitdiff
path: root/daemons/clvmd
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-06-04 13:53:07 +0100
committerJoe Thornber <ejt@redhat.com>2018-06-04 13:53:07 +0100
commit232918fb86e1ee254ae5e4c9aece4615d828c9bb (patch)
tree90100a4e18fbaf53b5e73c112cdf393bdd42b39b /daemons/clvmd
parent29abba378520a270c3a9385724c8ef5df66497b1 (diff)
downloadlvm2-232918fb86e1ee254ae5e4c9aece4615d828c9bb.tar.gz
build: libbase.a
Diffstat (limited to 'daemons/clvmd')
-rw-r--r--daemons/clvmd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/clvmd/Makefile.in b/daemons/clvmd/Makefile.in
index 9e096b5b9..622a60366 100644
--- a/daemons/clvmd/Makefile.in
+++ b/daemons/clvmd/Makefile.in
@@ -80,7 +80,7 @@ CFLAGS += -fno-strict-aliasing $(EXTRA_EXEC_CFLAGS)
INSTALL_TARGETS = \
install_clvmd
-clvmd: $(OBJECTS) $(top_builddir)/lib/liblvm-internal.a $(top_builddir)/device_mapper/libdevice-mapper.a
+clvmd: $(OBJECTS) $(top_builddir)/lib/liblvm-internal.a $(INTERNAL_LIBS)
$(CC) $(CFLAGS) $(LDFLAGS) $(EXTRA_EXEC_LDFLAGS) $(ELDFLAGS) \
-o clvmd $+ $(LMLIBS) $(LIBS)