From a9b8b84e13edbc10ae6e89fd5b7cce0b5d0078a2 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Wed, 29 Sep 2010 11:08:06 +0000 Subject: [PATCH] Build nfc-emulate-ndef example --- examples/Makefile.am | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 28f124f..8b22ad1 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,16 @@ -bin_PROGRAMS = nfc-anticol nfc-list nfc-mfclassic nfc-mfultralight nfc-relay nfc-emulate nfcip-target nfcip-initiator nfc-poll pn53x-diagnose nfc-sam +bin_PROGRAMS = \ + nfc-anticol \ + nfc-emulate \ + nfc-emulate-ndef \ + nfc-list \ + nfc-mfclassic \ + nfc-mfultralight \ + nfc-poll \ + nfc-relay \ + nfc-sam \ + nfcip-initiator \ + nfcip-target \ + pn53x-diagnose # set the include path found by configure INCLUDES= $(all_includes) $(LIBNFC_CFLAGS) @@ -36,6 +48,10 @@ nfc_emulate_SOURCES = nfc-emulate.c nfc_emulate_LDADD = $(top_builddir)/libnfc/libnfc.la \ libnfcutils.la +nfc_emulate_ndef_SOURCES = nfc-emulate-ndef.c +nfc_emulate_ndef_LDADD = $(top_builddir)/libnfc/libnfc.la \ + libnfcutils.la + nfcip_target_SOURCES = nfcip-target.c nfcip_target_LDADD = $(top_builddir)/libnfc/libnfc.la