summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-11-17 01:00:06 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2018-11-17 01:01:48 +0100
commitea001426af94d07ba1e787b36a0c325e33c6a3d9 (patch)
tree641bc2a3c3dac1731580ffc84cf420b237c00e8d /test/Makefile.in
parent2d89192935228cce019f8fc190a0060ca13b704e (diff)
downloadlvm2-ea001426af94d07ba1e787b36a0c325e33c6a3d9.tar.gz
tests: still more libs needs
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index ba8eea8b9..df61f0a5c 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -238,7 +238,7 @@ lib/runner: lib/runner.o .lib-dir-stamp
$(CXX) $(LDFLAGS) $(EXTRA_EXEC_LDFLAGS) $(ELDFLAGS) -o $@ $<
lib/dmsecuretest: lib/dmsecuretest.o .lib-dir-stamp $(INTERNAL_LIBS)
- $(CC) -g $(CFLAGS) $(LDFLAGS) $(EXTRA_EXEC_LDFLAGS) $(ELDFLAGS) -o $@ $< $(INTERNAL_LIBS) $(UDEV_LIBS) -lm
+ $(CC) -g $(CFLAGS) $(LDFLAGS) $(EXTRA_EXEC_LDFLAGS) $(ELDFLAGS) -o $@ $< $(INTERNAL_LIBS) $(LIBS)
lib/securetest: lib/dmsecuretest.o .lib-dir-stamp
$(CC) -g $(CFLAGS) $(LDFLAGS) $(EXTRA_EXEC_LDFLAGS) $(ELDFLAGS) -o $@ $< -L$(top_builddir)/libdm/ioctl -ldevmapper $(LIBS)