This change permits every one to add its own variables
to INCLUDES and LIBS ... tha ALLIANCE macro does not overwrite them anymore.... but appends alliance variables to them .
This commit is contained in:
parent
c830b99865
commit
0f4ae7b9df
|
@ -11,8 +11,8 @@ else
|
|||
echo 'Bad directory for ${ALLIANCE_TOP} =' ${ALLIANCE_TOP}
|
||||
exit 1
|
||||
fi
|
||||
INCLUDES=-I${ALLIANCE_TOP}/include
|
||||
LIBS=-L${ALLIANCE_TOP}/lib
|
||||
INCLUDES="-I${ALLIANCE_TOP}/include $INCLUDES"
|
||||
LIBS="-L${ALLIANCE_TOP}/lib $LIBS"
|
||||
AC_SUBST(INCLUDES)
|
||||
AC_SUBST(LIBS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue