summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-06-08 11:38:27 -0500
committerDavid Teigland <teigland@redhat.com>2015-06-08 11:38:27 -0500
commit75d155d42117ce58163a68f47fb057ab245a1946 (patch)
tree79ea713f2b9c23e6e456e1e586a50c6455a49df6
parentdf4d97c4a1891d38c7bf2f789726f581eeb9168b (diff)
downloadlvm2-dev-dct-lvmlockd-AM.tar.gz
lvmlockd Makefile: remove DL_LIBS and rdyamaicdev-dct-lvmlockd-AM
not needed
-rw-r--r--daemons/lvmlockd/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/daemons/lvmlockd/Makefile.in b/daemons/lvmlockd/Makefile.in
index 6d34cb6f0..803c532ad 100644
--- a/daemons/lvmlockd/Makefile.in
+++ b/daemons/lvmlockd/Makefile.in
@@ -36,13 +36,11 @@ CLDFLAGS += -L$(top_builddir)/libdaemon/server
lvmlockd: $(OBJECTS) $(top_builddir)/libdaemon/client/libdaemonclient.a \
$(top_builddir)/libdaemon/server/libdaemonserver.a
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) \
- $(DL_LIBS) $(LVMLIBS) $(LIBS) -rdynamic
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(LVMLIBS) $(LIBS)
lvmlockctl: lvmlockctl.o $(top_builddir)/libdaemon/client/libdaemonclient.a \
$(top_builddir)/libdaemon/server/libdaemonserver.a
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ lvmlockctl.o \
- $(DL_LIBS) $(LVMLIBS) -rdynamic
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ lvmlockctl.o $(LVMLIBS)
install_lvmlockd: lvmlockd
$(INSTALL_PROGRAM) -D $< $(sbindir)/$(<F)