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