From ae0670a5871d7910b4997e3991d0ad565ffd8bd6 Mon Sep 17 00:00:00 2001
From: "Christopher J. Morrone" <morrone2@llnl.gov>
Date: Mon, 2 Apr 2007 20:23:01 +0000
Subject: [PATCH] This time with the correct path to libslurmhelper...

---
 src/strigger/Makefile.am | 2 +-
 src/strigger/Makefile.in | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/strigger/Makefile.am b/src/strigger/Makefile.am
index 994fdc1dbad..ca5cb43b4da 100644
--- a/src/strigger/Makefile.am
+++ b/src/strigger/Makefile.am
@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign
 INCLUDES = -I$(top_srcdir) $(BG_INCLUDES)
 bin_PROGRAMS = strigger
 
-strigger_LDADD = $(top_builddir)/src/common/libslurmhelper.la
+strigger_LDADD = $(top_builddir)/src/api/libslurmhelper.la
 
 noinst_HEADERS = strigger.h
 strigger_SOURCES = strigger.c opts.c
diff --git a/src/strigger/Makefile.in b/src/strigger/Makefile.in
index 73dc64d6ea4..bb399f0fc0d 100644
--- a/src/strigger/Makefile.in
+++ b/src/strigger/Makefile.in
@@ -77,7 +77,7 @@ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 PROGRAMS = $(bin_PROGRAMS)
 am_strigger_OBJECTS = strigger.$(OBJEXT) opts.$(OBJEXT)
 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
 depcomp = $(SHELL) $(top_srcdir)/auxdir/depcomp
 am__depfiles_maybe = depfiles
@@ -280,7 +280,7 @@ target_os = @target_os@
 target_vendor = @target_vendor@
 AUTOMAKE_OPTIONS = foreign
 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
 strigger_SOURCES = strigger.c opts.c
 strigger_LDFLAGS = -export-dynamic $(CMD_LDFLAGS)
-- 
GitLab