Description: append top source directory to ADA_PROJECT_PATH
 In case gnat_util.gpr is provided, it should be found by the examples.
Author: Nicolas Boulenguez <nicolas@debian.org>
Forwarded: no

--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,7 +1,7 @@
 all:
 include ../Makefile.conf
 
-ADA_PROJECT_PATH:=${prefix}/lib/gnat${DIRSEP}${ADA_PROJECT_PATH}${DIRSEP}../src
+ADA_PROJECT_PATH:=${prefix}/lib/gnat${DIRSEP}${ADA_PROJECT_PATH}${DIRSEP}../src${DIRSEP}..
 LD_LIBRARY_PATH:=${prefix}/lib:${LD_LIBRARY_PATH}
 export ADA_PROJECT_PATH
 export LD_LIBRARY_PATH
