quick_start_example1 is now compiled when running make check or distcheck (Fixes Issue 178)
This commit is contained in:
parent
e76e531d2d
commit
3b657ee547
2 changed files with 18 additions and 9 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue