From 1f3b995c2ae5c5a1b2ef32bb9ad760f0c451d100 Mon Sep 17 00:00:00 2001 From: Audrey Diacre Date: Tue, 24 Jan 2012 08:42:47 +0000 Subject: [PATCH] add iso14443a_crc as symbol to expose for libfreefare. --- libnfc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc/Makefile.am b/libnfc/Makefile.am index 575f2b2..7a62c23 100644 --- a/libnfc/Makefile.am +++ b/libnfc/Makefile.am @@ -18,7 +18,7 @@ libnfc_la_SOURCES = \ nfc-emulation.c \ nfc-internal.c -libnfc_la_LDFLAGS = -no-undefined -version-info 2:0:0 -export-symbols-regex '^nfc_|iso14443a_crc_append|iso14443a_locate_historical_bytes|pn53x_transceive|pn53x_SAMConfiguration' +libnfc_la_LDFLAGS = -no-undefined -version-info 2:0:0 -export-symbols-regex '^nfc_|^iso14443a_|pn53x_transceive|pn53x_SAMConfiguration' libnfc_la_CFLAGS = @DRIVERS_CFLAGS@ libnfc_la_LIBADD = \ $(top_builddir)/libnfc/chips/libnfcchips.la \