Imported Upstream version 0.6.3
[platform/upstream/multipath-tools.git] / libmultipath / prioritizers / Makefile
index bb76700..36b42e4 100644 (file)
@@ -1,9 +1,11 @@
-# Makefile
 #
 # Copyright (C) 2007 Christophe Varoqui, <christophe.varoqui@opensvc.com>
 #
 include ../../Makefile.inc
 
+CFLAGS += -I..
+
+# If you add or remove a prioritizer also update multipath/multipath.conf.5
 LIBS = \
        libprioalua.so \
        libprioconst.so \
@@ -18,8 +20,6 @@ LIBS = \
        libprioweightedpath.so \
        libpriosysfs.so
 
-CFLAGS += -I..
-
 all: $(LIBS)
 
 libprioalua.so: alua.o alua_rtpg.o