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

run autogen.sh to add sattach's new attach.[ch] files to the build

parent 649b5af3
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ CONFIG_CLEAN_FILES = ...@@ -72,7 +72,7 @@ CONFIG_CLEAN_FILES =
am__installdirs = "$(DESTDIR)$(bindir)" am__installdirs = "$(DESTDIR)$(bindir)"
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS) PROGRAMS = $(bin_PROGRAMS)
am_sattach_OBJECTS = sattach.$(OBJEXT) opt.$(OBJEXT) am_sattach_OBJECTS = sattach.$(OBJEXT) opt.$(OBJEXT) attach.$(OBJEXT)
sattach_OBJECTS = $(am_sattach_OBJECTS) sattach_OBJECTS = $(am_sattach_OBJECTS)
am__DEPENDENCIES_1 = $(top_builddir)/src/api/libslurmhelper.la am__DEPENDENCIES_1 = $(top_builddir)/src/api/libslurmhelper.la
sattach_DEPENDENCIES = $(am__DEPENDENCIES_1) sattach_DEPENDENCIES = $(am__DEPENDENCIES_1)
...@@ -272,7 +272,7 @@ target_os = @target_os@ ...@@ -272,7 +272,7 @@ target_os = @target_os@
target_vendor = @target_vendor@ target_vendor = @target_vendor@
AUTOMAKE_OPTIONS = foreign AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir) INCLUDES = -I$(top_srcdir)
sattach_SOURCES = sattach.c opt.h opt.c sattach_SOURCES = sattach.c opt.h opt.c attach.h attach.c
convenience_libs = $(top_builddir)/src/api/libslurmhelper.la convenience_libs = $(top_builddir)/src/api/libslurmhelper.la
sattach_LDADD = \ sattach_LDADD = \
$(convenience_libs) $(convenience_libs)
...@@ -349,6 +349,7 @@ mostlyclean-compile: ...@@ -349,6 +349,7 @@ mostlyclean-compile:
distclean-compile: distclean-compile:
-rm -f *.tab.c -rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attach.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sattach.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sattach.Po@am__quote@
......
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