From f5496e91d195a369c3a82dc5447d0c821dd65c78 Mon Sep 17 00:00:00 2001 From: Christopher Moussa Date: Mon, 28 Jun 2021 12:08:07 -0700 Subject: [PATCH] make: add newly broken up Python files to make --- src/bindings/python/fluxacct/accounting/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bindings/python/fluxacct/accounting/Makefile.am b/src/bindings/python/fluxacct/accounting/Makefile.am index 7db2c2cd..3ee5eb9b 100644 --- a/src/bindings/python/fluxacct/accounting/Makefile.am +++ b/src/bindings/python/fluxacct/accounting/Makefile.am @@ -1,6 +1,7 @@ acctpy_PYTHON = \ __init__.py \ - accounting_cli_functions.py \ + user_subcommands.py \ + bank_subcommands.py \ job_archive_interface.py \ create_db.py