summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-06-08 11:51:18 -0500
committerDavid Teigland <teigland@redhat.com>2015-06-17 13:31:45 -0500
commit6704edb182606e46475e8a78017ea135da11b302 (patch)
tree33718bcaa501685e9201702431cf005bef056a99
parentfa8c05338fc1d8204a5d95e6498c2427f4855a63 (diff)
downloadlvm2-6704edb182606e46475e8a78017ea135da11b302.tar.gz
lvmetactl Makefile: remove DL_LIBS
-rw-r--r--daemons/lvmetad/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/daemons/lvmetad/Makefile.in b/daemons/lvmetad/Makefile.in
index 3ec9114c5..090bb7649 100644
--- a/daemons/lvmetad/Makefile.in
+++ b/daemons/lvmetad/Makefile.in
@@ -43,8 +43,7 @@ lvmetad: $(OBJECTS) $(top_builddir)/libdaemon/client/libdaemonclient.a \
lvmetactl: lvmetactl.o $(top_builddir)/libdaemon/client/libdaemonclient.a \
$(top_builddir)/libdaemon/server/libdaemonserver.a
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ lvmetactl.o \
- $(DL_LIBS) $(LVMLIBS) -rdynamic
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ lvmetactl.o $(LVMLIBS)
# TODO: No idea. No idea how to test either.
#ifneq ("$(CFLOW_CMD)", "")