diff --git a/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx b/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx
index 8e0549e8b59bb6a90afcbf98e1a88d9970660bae..0a4f7541e74acfe63820fd76be16b03983bddefb 100644
--- a/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx
+++ b/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx
@@ -307,7 +307,7 @@ int main( int argc, char *argv[] )
   //
   //
   // \begin{figure} \center
-  // \includegraphics[width=0.24\textwidth]{pretty_VegetationIndex.eps}
+  // \includegraphics[width=0.24\textwidth]{pretty_qb_toulouse_sub.eps}
   // \includegraphics[width=0.24\textwidth]{pretty_AVIMultiChannelRAndGAndNIRVegetationIndex.eps}
   // \itkcaption[AVI Example]{AVI result on the right with the left image in input.}
   // \label{fig:AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter}
diff --git a/Examples/Radiometry/CMakeLists.txt b/Examples/Radiometry/CMakeLists.txt
index 55dbde6f6459b9fc77cbe3929857a56f0f8d5998..f452d81fe67b74d317a81bc791117f5bd9531382 100755
--- a/Examples/Radiometry/CMakeLists.txt
+++ b/Examples/Radiometry/CMakeLists.txt
@@ -4,6 +4,10 @@ INCLUDE_REGULAR_EXPRESSION("^.*$")
 ADD_EXECUTABLE(ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx )
 TARGET_LINK_LIBRARIES(ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter OTBRadiometry OTBCommon OTBIO ITKNumerics)
 
+ADD_EXECUTABLE(AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx )
+TARGET_LINK_LIBRARIES(AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter OTBRadiometry OTBCommon OTBIO ITKNumerics)
+
+
 ADD_EXECUTABLE(NDVIRAndNIRVegetationIndexImageFilter NDVIRAndNIRVegetationIndexImageFilter.cxx )
 TARGET_LINK_LIBRARIES(NDVIRAndNIRVegetationIndexImageFilter OTBRadiometry OTBCommon OTBIO ITKNumerics)