summaryrefslogtreecommitdiff
path: root/multipathd/Makefile
diff options
context:
space:
mode:
authorChristophe Varoqui <root@xa-s05.(none)>2005-10-20 23:27:12 +0200
committerChristophe Varoqui <root@xa-s05.(none)>2005-10-20 23:27:12 +0200
commiteeeaf173298e9536d3e59b582f8c9465c0e5e0e4 (patch)
treec2f3d3f4ba06d6e22a5e87811121ecde9a888cb8 /multipathd/Makefile
parente79de79e1c1e326bcca7b2d9415d456ab201d5b0 (diff)
downloadmultipath-tools-eeeaf173298e9536d3e59b582f8c9465c0e5e0e4.tar.gz
multipath-tools-eeeaf173298e9536d3e59b582f8c9465c0e5e0e4.tar.bz2
multipath-tools-eeeaf173298e9536d3e59b582f8c9465c0e5e0e4.zip
[libmultipath] some more snprint_path() beautifying
- align priority values (too bad log10 needs -lm build flag) - remove a redundant trailing whitespace after #:#:#:# - pad states - scale completion bar to 10 chars
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 1a1e3b8..3325573 100644
--- a/multipathd/Makefile
+++ b/multipathd/Makefile
@@ -15,7 +15,7 @@ rcdir = /etc/init.d
#
CFLAGS = -pipe -g -Wall -Wunused -Wstrict-prototypes \
-DDAEMON -I$(multipathdir) -I$(checkersdir)
-LDFLAGS = -lpthread -ldevmapper -lsysfs -lreadline -lcurses
+LDFLAGS = -lpthread -ldevmapper -lsysfs -lreadline -lcurses -lm
#
# debuging stuff