fix(Data): add transcoder to Makefile #3396

This commit is contained in:
Alex Fabijanic 2022-05-03 19:25:21 +00:00
parent 08d68ea474
commit 6de1e18eb9

View File

@ -13,7 +13,7 @@ objects = AbstractBinder AbstractBinding AbstractExtraction AbstractExtractor \
Range RecordSet Row RowFilter RowFormatter RowIterator \
SimpleRowFormatter Session SessionFactory SessionImpl \
SessionPool SessionPoolContainer SQLChannel \
Statement StatementCreator StatementImpl Time
Statement StatementCreator StatementImpl Time Transcoder
target = PocoData
target_version = $(LIBVERSION)