From: Zdenek Kabelac Date: Fri, 9 Oct 2015 19:33:59 +0000 (+0200) Subject: makefiles: drop explicit linking X-Git-Tag: v2_02_133~127 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=83f00e91567d387caf02da9cd3791c3fef85c80d;p=lvm2.git makefiles: drop explicit linking Nothing in /sscripts needs devmapper-event library so drop its linking. --- diff --git a/scripts/Makefile.in b/scripts/Makefile.in index dabe2ee11..f7f672d3d 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -28,11 +28,6 @@ ifeq ("@APPLIB@", "yes") LVMLIBS = @LVM2APP_LIB@ -ldevmapper endif -ifeq ("@DMEVENTD@", "yes") - DEPLIBS += $(top_builddir)/daemons/dmeventd/libdevmapper-event.so - LVMLIBS += -ldevmapper-event -endif - LVM_SCRIPTS = lvmdump.sh lvmconf.sh vgimportclone.sh DM_SCRIPTS =