Fix destroyed detection.
This commit is contained in:
parent
b86360904f
commit
51747cfe84
2 changed files with 3 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -241,7 +241,8 @@ bank-account.so: bank-account.o
|
|||
bank-account.o: bank-account.import.scm
|
||||
bank-account.import.scm: $(BANK-ACCOUNT-SOURCES)
|
||||
|
||||
BANK-FIO-SOURCES=bank-fio.scm bank-account.import.scm
|
||||
BANK-FIO-SOURCES=bank-fio.scm bank-account.import.scm \
|
||||
csv-simple.import.scm
|
||||
|
||||
bank-fio.so: bank-fio.o
|
||||
bank-fio.o: bank-fio.import.scm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue