Browse Source

Update .pc.in for libstarpufft

Samuel Thibault 13 years ago
parent
commit
fe426d6ede
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/starpufft/libstarpufft.pc.in

+ 1 - 1
examples/starpufft/libstarpufft.pc.in

@@ -22,6 +22,6 @@ includedir=@includedir@
 Name: starpufft
 Name: starpufft
 Description: offers support for heterogeneous multicore architecture
 Description: offers support for heterogeneous multicore architecture
 Version: @PACKAGE_VERSION@
 Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @STARPU_CUDA_CPPFLAGS@
+Cflags: -I${includedir}/starpu-@STARPU_EFFECTIVE_VERSION@ @STARPU_CUDA_CPPFLAGS@
 Libs: -L${libdir} -lstarpufft
 Libs: -L${libdir} -lstarpufft
 Libs.private: @LDFLAGS@ @LIBS@ @STARPU_CUFFT_LDFLAGS@ @FFTW_LIBS@ @FFTWF_LIBS@
 Libs.private: @LDFLAGS@ @LIBS@ @STARPU_CUFFT_LDFLAGS@ @FFTW_LIBS@ @FFTWF_LIBS@