Prepare for balances in totals table.

This commit is contained in:
Dominik Pantůček 2023-03-30 19:18:48 +02:00
parent 8f0d5acf0a
commit 606a208237
5 changed files with 40 additions and 21 deletions

View file

@ -251,7 +251,8 @@ bank-fio.so: bank-fio.o
bank-fio.o: bank-fio.import.scm
bank-fio.import.scm: $(BANK-FIO-SOURCES)
MEMBERS-PAYMENTS-SOURCES=members-payments.scm bank-account.import.scm
MEMBERS-PAYMENTS-SOURCES=members-payments.scm bank-account.import.scm \
dictionary.import.scm member-fees.import.scm
members-payments.so: members-payments.o
members-payments.o: members-payments.import.scm