Explorar o código

Add missing HWLOC_CFLAGS

Jérôme Clet-Ortega %!s(int64=9) %!d(string=hai) anos
pai
achega
3d09d6839a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      starpufft/src/Makefile.am

+ 1 - 1
starpufft/src/Makefile.am

@@ -18,7 +18,7 @@
 include $(top_srcdir)/starpu.mk
 
 AM_CFLAGS = $(GLOBAL_AM_CFLAGS) $(HWLOC_CFLAGS)
-AM_CPPFLAGS = -I$(top_srcdir)/include/ -I$(top_srcdir)/starpufft/include/ -I$(top_builddir)/include $(STARPU_CUDA_CPPFLAGS) $(STARPU_OPENCL_CPPFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir)/include/ -I$(top_srcdir)/starpufft/include/ -I$(top_builddir)/include $(STARPU_CUDA_CPPFLAGS) $(STARPU_OPENCL_CPPFLAGS) $(HWLOC_CFLAGS)
 
 lib_LTLIBRARIES = libstarpufft-@STARPU_EFFECTIVE_VERSION@.la