Skip to content
Snippets Groups Projects
Commit 33bce9b4 authored by Danny Auble's avatar Danny Auble
Browse files

added bg_includes to the makefile for compiling on a real bluegene system

parent 49fe4511
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = foreign
CLEANFILES = core.*
INCLUDES = -I$(top_srcdir)
INCLUDES = -I$(top_srcdir) $(BG_INCLUDES)
sbin_PROGRAMS = slurmctld
......
......@@ -313,7 +313,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign
CLEANFILES = core.*
INCLUDES = -I$(top_srcdir)
INCLUDES = -I$(top_srcdir) $(BG_INCLUDES)
slurmctld_LDADD = \
$(top_builddir)/src/common/libdaemonize.la \
$(top_builddir)/src/api/libslurm.o -ldl
......
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