Skip to content

Commit

Permalink
Merge pull request #482 from cmoussa1/issue#481
Browse files Browse the repository at this point in the history
`Makefile`: remove left over compile instructions for `flux_account_shares`
  • Loading branch information
mergify[bot] authored Aug 8, 2024
2 parents 4bcbf98 + 64a5bf0 commit aa4019f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,6 @@ cmd_flux_account_update_fshare_CXXFLAGS = \

cmd_flux_account_update_fshare_LDFLAGS = $(SQLITE_LIBS)

cmd_flux_account_shares_SOURCES = cmd/flux_account_shares.cpp

cmd_flux_account_shares_LDADD = \
fairness/libweighted_tree.la

cmd_flux_account_shares_CXXFLAGS = \
$(WARNING_CXXFLAGS) \
$(CODE_COVERAGE_CFLAGS) \
$(AM_CXXFLAGS) \
$(SQLITE_CFLAGS)

cmd_flux_account_shares_LDFLAGS = $(SQLITE_LIBS)

dist_fluxcmd_SCRIPTS = \
cmd/flux-account.py \
cmd/flux-account-update-fshare \
Expand Down

0 comments on commit aa4019f

Please sign in to comment.