Skip to content

Commit

Permalink
refactor backend code to isolate launchmon dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
John Vogt committed Jun 29, 2021
1 parent 445537f commit ffe6dc9
Show file tree
Hide file tree
Showing 5 changed files with 623 additions and 559 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ STATD_SOURCES = STATD.C STAT.h STAT_BackEnd.h STAT_GraphRoutines.h
STATbin_LDADD = libstatfe.la @FELIBS@
STATD_LDADD = libstatbe.la @BELIBS@

stat_be_la_sources_base = STAT_BackEnd.C STAT_BackEnd.h STAT.h STAT_timer.h STAT_timer.C STAT_CircularLogs.C
stat_be_la_sources_base = STAT_BackEnd.C STAT_BackEnd.h STAT_lmonBackEnd.C STAT_lmonBackEnd.h STAT.h STAT_timer.h STAT_timer.C STAT_CircularLogs.C
stat_fe_la_sources_base = STAT_FrontEnd.C STAT_FrontEnd.h STAT.h STAT_timer.h STAT_timer.C

libstatbe_la_SOURCES = $(stat_be_la_sources_base) $(stat_graphlib_sources) $(stat_be_la_sources_fgfs)
Expand Down

0 comments on commit ffe6dc9

Please sign in to comment.