Browse Source

socl/Makefile.am: Install SOCL headers under $includedir/starpu/$(STARPU_EFFECTIVE_VERSION)/CL

Nathalie Furmento 13 years ago
parent
commit
ff8b382e3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      socl/Makefile.am

+ 1 - 1
socl/Makefile.am

@@ -17,7 +17,7 @@ SUBDIRS = src examples
 
 
 EXTRA_DIST = README
 EXTRA_DIST = README
 
 
-libsocl_la_includedir=$(includedir)/starpu/CL
+libsocl_la_includedir=$(includedir)/starpu/$(STARPU_EFFECTIVE_VERSION)/CL
 
 
 libsocl_la_include_HEADERS = \
 libsocl_la_include_HEADERS = \
   include/CL/cl.h \
   include/CL/cl.h \