diff --git a/NPLib/scripts/build_dict.sh b/NPLib/scripts/build_dict.sh index dc8f6fde72d1022aa120aa4a4170673eba83c947..6bf29c6771f5092a57ccf8b4c337cdb63537e059 100755 --- a/NPLib/scripts/build_dict.sh +++ b/NPLib/scripts/build_dict.sh @@ -50,7 +50,7 @@ fi # Version 5 : generate the dictionnary then the libmap if [ $version_major -eq 5 ] then - rootcint -f $2 -c -I../Core -I../Physics $1 $5 + rootcint -f $2 -c -I../Core -I../Physics -I../../Core -I../../Physics $1 $5 fi # Version 6 or more : generate both at once