Browse Source

sched_ctx_hypervisor/examples/Makefile.am: add STARPU_GLPK_LDFLAGS

Nathalie Furmento 12 years ago
parent
commit
e073cf3368
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sched_ctx_hypervisor/examples/Makefile.am

+ 1 - 1
sched_ctx_hypervisor/examples/Makefile.am

@@ -16,7 +16,7 @@
 AM_CFLAGS = -Wall $(STARPU_CUDA_CPPFLAGS) $(STARPU_OPENCL_CPPFLAGS) $(FXT_CFLAGS) $(MAGMA_CFLAGS) $(HWLOC_CFLAGS)
 LIBS = $(top_builddir)/src/@LIBSTARPU_LINK@ @LIBS@ $(top_builddir)/sched_ctx_hypervisor/src/libsched_ctx_hypervisor.la
 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/examples -I$(top_builddir)/include -I$(top_srcdir)/sched_ctx_hypervisor/include
-AM_LDFLAGS = $(STARPU_OPENCL_LDFLAGS) $(STARPU_CUDA_LDFLAGS)
+AM_LDFLAGS = $(STARPU_OPENCL_LDFLAGS) $(STARPU_CUDA_LDFLAGS) $(STARPU_GLPK_LDFLAGS)
 
 if !NO_BLAS_LIB
 noinst_PROGRAMS =				\