]> sourceware.org Git - lvm2.git/commitdiff
makefiles: drop explicit linking
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 9 Oct 2015 19:33:59 +0000 (21:33 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 13 Oct 2015 14:02:20 +0000 (16:02 +0200)
Nothing in /sscripts needs devmapper-event library so drop its linking.

scripts/Makefile.in

index dabe2ee11397365691940649599f1b98c3bd7139..f7f672d3deb1f60ec8034562712278cb212f6a42 100644 (file)
@@ -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 =
 
This page took 0.035304 seconds and 5 git commands to generate.