Skip to content
Snippets Groups Projects
Commit ae0670a5 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

This time with the correct path to libslurmhelper...

parent 3c8222f3
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign ...@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir) $(BG_INCLUDES) INCLUDES = -I$(top_srcdir) $(BG_INCLUDES)
bin_PROGRAMS = strigger bin_PROGRAMS = strigger
strigger_LDADD = $(top_builddir)/src/common/libslurmhelper.la strigger_LDADD = $(top_builddir)/src/api/libslurmhelper.la
noinst_HEADERS = strigger.h noinst_HEADERS = strigger.h
strigger_SOURCES = strigger.c opts.c strigger_SOURCES = strigger.c opts.c
......
...@@ -77,7 +77,7 @@ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) ...@@ -77,7 +77,7 @@ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS) PROGRAMS = $(bin_PROGRAMS)
am_strigger_OBJECTS = strigger.$(OBJEXT) opts.$(OBJEXT) am_strigger_OBJECTS = strigger.$(OBJEXT) opts.$(OBJEXT)
strigger_OBJECTS = $(am_strigger_OBJECTS) strigger_OBJECTS = $(am_strigger_OBJECTS)
strigger_DEPENDENCIES = $(top_builddir)/src/common/libslurmhelper.la strigger_DEPENDENCIES = $(top_builddir)/src/api/libslurmhelper.la
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/slurm DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/slurm
depcomp = $(SHELL) $(top_srcdir)/auxdir/depcomp depcomp = $(SHELL) $(top_srcdir)/auxdir/depcomp
am__depfiles_maybe = depfiles am__depfiles_maybe = depfiles
...@@ -280,7 +280,7 @@ target_os = @target_os@ ...@@ -280,7 +280,7 @@ target_os = @target_os@
target_vendor = @target_vendor@ target_vendor = @target_vendor@
AUTOMAKE_OPTIONS = foreign AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir) $(BG_INCLUDES) INCLUDES = -I$(top_srcdir) $(BG_INCLUDES)
strigger_LDADD = $(top_builddir)/src/common/libslurmhelper.la strigger_LDADD = $(top_builddir)/src/api/libslurmhelper.la
noinst_HEADERS = strigger.h noinst_HEADERS = strigger.h
strigger_SOURCES = strigger.c opts.c strigger_SOURCES = strigger.c opts.c
strigger_LDFLAGS = -export-dynamic $(CMD_LDFLAGS) strigger_LDFLAGS = -export-dynamic $(CMD_LDFLAGS)
......
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