summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-11-17 00:52:19 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2018-11-17 00:52:59 +0100
commit2d89192935228cce019f8fc190a0060ca13b704e (patch)
tree6319d2ac2e93a3267134bcdd1a211abb5ea58b59 /test/Makefile.in
parenta23ed35f6c14e2f914796c34fea2404d54b08302 (diff)
downloadlvm2-2d89192935228cce019f8fc190a0060ca13b704e.tar.gz
tests: makefile fixes
New tests needs more options and libs.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 6b6749ade..ba8eea8b9 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -238,10 +238,10 @@ 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 $(LDFLAGS) $(EXTRA_EXEC_LDFLAGS) $(ELDFLAGS) -o $@ $< $(INTERNAL_LIBS) $(UDEV_LIBS) -lm
+ $(CC) -g $(CFLAGS) $(LDFLAGS) $(EXTRA_EXEC_LDFLAGS) $(ELDFLAGS) -o $@ $< $(INTERNAL_LIBS) $(UDEV_LIBS) -lm
lib/securetest: lib/dmsecuretest.o .lib-dir-stamp
- $(CC) -g $(LDFLAGS) $(EXTRA_EXEC_LDFLAGS) $(ELDFLAGS) -o $@ $< -L$(top_builddir)/libdm/ioctl -ldevmapper
+ $(CC) -g $(CFLAGS) $(LDFLAGS) $(EXTRA_EXEC_LDFLAGS) $(ELDFLAGS) -o $@ $< -L$(top_builddir)/libdm/ioctl -ldevmapper $(LIBS)
lib/runner.o: $(wildcard $(srcdir)/lib/*.h)