summaryrefslogtreecommitdiff
path: root/multipathd/Makefile
diff options
context:
space:
mode:
authorChristophe Varoqui <cvaroqui@zezette.localdomain>2007-06-07 22:32:50 +0200
committerChristophe Varoqui <cvaroqui@zezette.localdomain>2007-06-07 22:32:50 +0200
commit8ccef7c766a4891140488d12d93e5eb930271bf2 (patch)
treefb00ea6c54fc8b8755d4c63e80cdddb9e378ea3f /multipathd/Makefile
parente6e09eb0b62aad58d31e2ea2c5afac51dddbeca8 (diff)
downloadmultipath-tools-8ccef7c766a4891140488d12d93e5eb930271bf2.tar.gz
multipath-tools-8ccef7c766a4891140488d12d93e5eb930271bf2.tar.bz2
multipath-tools-8ccef7c766a4891140488d12d93e5eb930271bf2.zip
[libmultipath] Remove libsysfs
libsysfs is deprecated and doesn't work with recent kernels. Copied over stuff from udev and implemented our own sysfs handling. Much saner now. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Guido Guenther <agx@sigxcpu.org>
Diffstat (limited to 'multipathd/Makefile')
-rw-r--r--multipathd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multipathd/Makefile b/multipathd/Makefile
index 8ad25ee..5ae9e7b 100644
--- a/multipathd/Makefile
+++ b/multipathd/Makefile
@@ -7,7 +7,7 @@ include ../Makefile.inc
# basic flags setting
#
CFLAGS += -DDAEMON -I$(multipathdir) -I$(checkersdir)
-LDFLAGS = -lpthread -ldevmapper -lsysfs -lreadline -lncurses
+LDFLAGS = -lpthread -ldevmapper -lreadline -lncurses
#
# debuging stuff