Skip to content
Snippets Groups Projects
Commit 19f70042 authored by Morris Jette's avatar Morris Jette
Browse files

For DejaGnu test, add HWLOC header and libraries needed for build

parent 2e081582
No related branches found
No related tags found
No related merge requests found
AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)
LDADD = $(top_builddir)/src/api/libslurm.o $(DL_LIBS)
INCLUDES = -I$(top_srcdir) $(HWLOC_CPPFLAGS)
LDADD = $(top_builddir)/src/api/libslurm.o $(DL_LIBS) $(HWLOC_LIBS)
check_PROGRAMS = \
$(TESTS)
......
......@@ -373,8 +373,8 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)
LDADD = $(top_builddir)/src/api/libslurm.o $(DL_LIBS)
INCLUDES = -I$(top_srcdir) $(HWLOC_CPPFLAGS)
LDADD = $(top_builddir)/src/api/libslurm.o $(DL_LIBS) $(HWLOC_LIBS)
@HAVE_CHECK_TRUE@MYCFLAGS = @CHECK_CFLAGS@ -Wall -ansi -pedantic \
@HAVE_CHECK_TRUE@ -std=c99 -D_ISO99_SOURCE \
@HAVE_CHECK_TRUE@ -Wunused-but-set-variable \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment