Parcourir la source

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

Cédric Augonnet il y a 16 ans
Parent
commit
7c31645307
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)
 	$(NVCC) -cubin $< -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS)
 
 
 .cu.o:
 .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
 endif