mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-22 06:26:17 +00:00
quick_start_example1 is now compiled when running make check or distcheck (Fixes Issue 178)
This commit is contained in:
@@ -17,6 +17,9 @@ bin_PROGRAMS += \
|
||||
pn53x-tamashell
|
||||
endif
|
||||
|
||||
check_PROGRAMS = \
|
||||
quick_start_example1
|
||||
|
||||
# set the include path found by configure
|
||||
INCLUDES = $(all_includes) $(LIBNFC_CFLAGS)
|
||||
|
||||
@@ -67,6 +70,11 @@ pn53x_tamashell_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
$(top_builddir)/utils/libnfcutils.la
|
||||
pn53x_tamashell_LDFLAGS = @READLINE_LIBS@
|
||||
|
||||
quick_start_example1_SOURCES = doc/quick_start_example1.c
|
||||
quick_start_example1_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
$(top_builddir)/utils/libnfcutils.la
|
||||
|
||||
|
||||
dist_man_MANS = \
|
||||
nfc-anticol.1 \
|
||||
nfc-dep-initiator.1 \
|
||||
|
||||
Reference in New Issue
Block a user