From ba14d10e7910622018eb533b8ffe69e27d721de0 Mon Sep 17 00:00:00 2001 From: Benjamin DELPY Date: Sun, 13 Jun 2021 21:49:05 +0200 Subject: [PATCH] Add utils lib dep --- examples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 089c7c8..8f45fad 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -65,7 +65,8 @@ nfc_mfsetuid_LDADD = $(top_builddir)/libnfc/libnfc.la \ $(top_builddir)/utils/libnfcutils.la nfc_st25tb_SOURCES = nfc-st25tb.c -nfc_st25tb_LDADD = $(top_builddir)/libnfc/libnfc.la +nfc_st25tb_LDADD = $(top_builddir)/libnfc/libnfc.la \ + $(top_builddir)/utils/libnfcutils.la pn53x_diagnose_SOURCES = pn53x-diagnose.c pn53x_diagnose_LDADD = $(top_builddir)/libnfc/libnfc.la \