Add period-based exchange rates.
This commit is contained in:
parent
e9745bc64a
commit
2bbaa1da9f
2 changed files with 13 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -253,7 +253,8 @@ bank-fio.o: bank-fio.import.scm
|
|||
bank-fio.import.scm: $(BANK-FIO-SOURCES)
|
||||
|
||||
MEMBERS-PAYMENTS-SOURCES=members-payments.scm bank-account.import.scm \
|
||||
dictionary.import.scm member-fees.import.scm
|
||||
dictionary.import.scm member-fees.import.scm \
|
||||
period.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