mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-01 21:26:43 +00:00
Add quick start examples compliation to "make check"
This commit is contained in:
@@ -19,7 +19,8 @@ bin_PROGRAMS += \
|
||||
endif
|
||||
|
||||
check_PROGRAMS = \
|
||||
quick_start_example1
|
||||
quick_start_example1 \
|
||||
quick_start_example2
|
||||
|
||||
# set the include path found by configure
|
||||
AM_CPPFLAGS = $(all_includes) $(LIBNFC_CFLAGS)
|
||||
@@ -79,6 +80,10 @@ quick_start_example1_SOURCES = doc/quick_start_example1.c
|
||||
quick_start_example1_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
$(top_builddir)/utils/libnfcutils.la
|
||||
|
||||
quick_start_example2_SOURCES = doc/quick_start_example2.c
|
||||
quick_start_example2_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
$(top_builddir)/utils/libnfcutils.la
|
||||
|
||||
|
||||
dist_man_MANS = \
|
||||
nfc-anticol.1 \
|
||||
|
||||
Reference in New Issue
Block a user