Prepare for balances in totals table.
This commit is contained in:
parent
8f0d5acf0a
commit
606a208237
5 changed files with 40 additions and 21 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue