diff --git a/src/strigger/Makefile.am b/src/strigger/Makefile.am index 994fdc1dbadb918645c0f82971984d6ed3a3f22b..ca5cb43b4da6a109ed2fef350f35d9cad9b39cf9 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 73dc64d6ea4cf604a3360a58c3d0679686c416d3..bb399f0fc0d267fd32c42de9ac0f1463976da2e9 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)