summaryrefslogtreecommitdiff
path: root/daemons/lvmpolld
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/lvmpolld
parent29abba378520a270c3a9385724c8ef5df66497b1 (diff)
downloadlvm2-232918fb86e1ee254ae5e4c9aece4615d828c9bb.tar.gz
build: libbase.a
Diffstat (limited to 'daemons/lvmpolld')
-rw-r--r--daemons/lvmpolld/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/daemons/lvmpolld/Makefile.in b/daemons/lvmpolld/Makefile.in
index 229a87e23..8bf255606 100644
--- a/daemons/lvmpolld/Makefile.in
+++ b/daemons/lvmpolld/Makefile.in
@@ -34,8 +34,7 @@ LIBS += $(DAEMON_LIBS) -ldaemonserver $(PTHREAD_LIBS)
lvmpolld: $(OBJECTS) $(top_builddir)/libdaemon/client/libdaemonclient.a \
$(top_builddir)/libdaemon/server/libdaemonserver.a
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) \
- $(top_builddir)/device_mapper/libdevice-mapper.a $(LIBS)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(INTERNAL_LIBS) $(LIBS)
install_lvmpolld: lvmpolld
$(INSTALL_PROGRAM) -D $< $(sbindir)/$(<F)