Also use the 0.16 file for the makefile
- Same as per the cmake side
diff --git a/test/py/Makefile.am b/test/py/Makefile.am
index 7e403d1..078ba02 100644
--- a/test/py/Makefile.am
+++ b/test/py/Makefile.am
@@ -125,8 +125,8 @@
gen-py-type_hints/%/__init__.py: ../%.thrift $(THRIFT)
test -d gen-py-type_hints || $(MKDIR_P) gen-py-type_hints
- test ../$(notdir $<) \
- && $(THRIFT) --gen py:type_hints,enum -out gen-py-type_hints ../$(notdir $<) \
+ test ../v0.16/$(notdir $<) \
+ && $(THRIFT) --gen py:type_hints,enum -out gen-py-type_hints ../v0.16/$(notdir $<) \
|| $(THRIFT) --gen py:type_hints,enum -out gen-py-type_hints $<
clean-local: