Match libnfc/makefile.am exports

Match this list of EXPORTS used for windows building to the Makefile.am equivalent for unix found at \libnfc\Makefile.am (libnfc_la_LDFLAGS = ... -export-symbols-regex 
'^nfc_|^iso14443a_|^iso14443b_|^str_nfc_|pn53x_transceive|pn532_SAMConfiguration|pn53x_read_register|pn53x_write_register') all the 'pn*' functions were missing, breaking example compilation on windows.
This commit is contained in:
Ben 2017-10-15 14:20:28 -06:00 committed by GitHub
parent c5d695320c
commit 091631f236

View File

@ -50,3 +50,7 @@ EXPORTS
str_nfc_modulation_type
str_nfc_baud_rate
str_nfc_target
pn53x_transceive
pn532_SAMConfiguration
pn53x_read_register
pn53x_write_register