Message ID | 20110301064853.GG8537@calypso.voltaire.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Alex Netes |
Headers | show |
diff --git a/defs.mk b/defs.mk index 578d407..11256c0 100644 --- a/defs.mk +++ b/defs.mk @@ -20,7 +20,7 @@ ifdef IB_DEV_DIR LIBS:= \ $(foreach l, mad umad, $(IB_DEV_DIR)/libib$(l)/.libs/libib$(l).so) else - INCS:= -I$(dir $(libpath))/include + INCS:= -I$(dir $(libpath))include LIBS:= -L$(libpath) -libmad -libumad endif