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

slurmctld/nonstop: Add MUNGE_CPPFLAGS to build

parent 4ee25c14
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign ...@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign
PLUGIN_FLAGS = -module -avoid-version --export-dynamic PLUGIN_FLAGS = -module -avoid-version --export-dynamic
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src/common AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src/common $(MUNGE_CPPFLAGS)
if WITH_MUNGE if WITH_MUNGE
MUNGE = slurmctld_nonstop.la MUNGE = slurmctld_nonstop.la
......
...@@ -473,7 +473,7 @@ top_builddir = @top_builddir@ ...@@ -473,7 +473,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign AUTOMAKE_OPTIONS = foreign
PLUGIN_FLAGS = -module -avoid-version --export-dynamic PLUGIN_FLAGS = -module -avoid-version --export-dynamic
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src/common AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src/common $(MUNGE_CPPFLAGS)
@WITH_MUNGE_TRUE@MUNGE = slurmctld_nonstop.la @WITH_MUNGE_TRUE@MUNGE = slurmctld_nonstop.la
pkglib_LTLIBRARIES = $(MUNGE) pkglib_LTLIBRARIES = $(MUNGE)
......
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