commit 0d915f2262a3155cbf1d59131a0a0ab55a0368f2
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Nov 4 01:35:40 2018 +0100

    Avoid exposing STARPU_BUILD_DIR in installed files
    
    (cherry picked from commit 66846a66ec363332bbfe4883e7bee402848c414f)

diff --git a/examples/ppm_downscaler/yuv_downscaler.c b/examples/ppm_downscaler/yuv_downscaler.c
index c72c710f4..b38db894e 100644
--- a/examples/ppm_downscaler/yuv_downscaler.c
+++ b/examples/ppm_downscaler/yuv_downscaler.c
@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2011,2013                                Inria
- * Copyright (C) 2009-2011,2013-2015,2017                 Université de Bordeaux
+ * Copyright (C) 2009-2011,2013-2015,2017-2018            Université de Bordeaux
  * Copyright (C) 2010                                     Mehdi Juhoor
  * Copyright (C) 2010-2013,2015-2017                      CNRS
  *
@@ -47,11 +47,6 @@ void parse_args(int argc, char **argv)
 		strncpy(filename_in, argv[1], 1023);
 		strncpy(filename_out, argv[2], 1023);
 	}
-	else
-	{
-		snprintf(filename_in, 1024, "%s/examples/ppm_downscaler/%s", STARPU_BUILD_DIR, filename_in_default);
-		snprintf(filename_out, 1024, "%s/examples/ppm_downscaler/%s", STARPU_BUILD_DIR, filename_out_default);
-	}
 }
 
 #define FRAMESIZE	sizeof(struct yuv_frame)
diff --git a/include/starpu_config.h.in b/include/starpu_config.h.in
index 74f950de1..6571d60f0 100644
--- a/include/starpu_config.h.in
+++ b/include/starpu_config.h.in
@@ -58,7 +58,6 @@
 #undef STARPU_MKL
 #undef STARPU_SYSTEM_BLAS
 
-#undef STARPU_BUILD_DIR
 #undef STARPU_OPENCL_DATADIR
 #undef STARPU_HAVE_MAGMA
 
