瀏覽代碼

The examples should not assume that StarPU was installed, we directly use the
sources.

Cédric Augonnet 16 年之前
父節點
當前提交
7c31645307
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/Makefile.am

+ 1 - 1
examples/Makefile.am

@@ -54,7 +54,7 @@ NVCC ?= nvcc
 	$(NVCC) -cubin $< -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS)
 
 .cu.o:
-	$(NVCC) $< -c -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS) -I${includedir}
+	$(NVCC) $< -c -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS) -I$(top_srcdir)/include/
 
 
 endif