summaryrefslogtreecommitdiff
path: root/test/api
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 /test/api
parent29abba378520a270c3a9385724c8ef5df66497b1 (diff)
downloadlvm2-232918fb86e1ee254ae5e4c9aece4615d828c9bb.tar.gz
build: libbase.a
Diffstat (limited to 'test/api')
-rw-r--r--test/api/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/api/Makefile.in b/test/api/Makefile.in
index d01039447..687209577 100644
--- a/test/api/Makefile.in
+++ b/test/api/Makefile.in
@@ -46,8 +46,7 @@ DEFS += -D_REENTRANT
DEPLIBS += $(top_builddir)/liblvm/liblvm2app.so
LDFLAGS+=\
-L$(top_builddir)/liblvm \
- -L$(top_builddir)/daemons/dmeventd \
- -L$(top_builddir)/device_mapper/libdevice-mapper.a
+ -L$(top_builddir)/daemons/dmeventd
LIBS += @LVM2APP_LIB@ $(DMEVENT_LIBS)
%.t: %.o $(DEPLIBS)