Codebase list libfreefare / cbdac66
Add quick start examples compliation to "make check" Romuald Conty 11 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4747 examples/pn53x-tamashell
4848 examples/pn53x-tamashell-scripts/Makefile
4949 examples/pn53x-tamashell-scripts/Makefile.in
50 examples/quick_start_example1
51 examples/quick_start_example2
5052 include/Makefile
5153 include/Makefile.in
5254 include/nfc/Makefile
1818 endif
1919
2020 check_PROGRAMS = \
21 quick_start_example1
21 quick_start_example1 \
22 quick_start_example2
2223
2324 # set the include path found by configure
2425 AM_CPPFLAGS = $(all_includes) $(LIBNFC_CFLAGS)
7879 quick_start_example1_LDADD = $(top_builddir)/libnfc/libnfc.la \
7980 $(top_builddir)/utils/libnfcutils.la
8081
82 quick_start_example2_SOURCES = doc/quick_start_example2.c
83 quick_start_example2_LDADD = $(top_builddir)/libnfc/libnfc.la \
84 $(top_builddir)/utils/libnfcutils.la
85
8186
8287 dist_man_MANS = \
8388 nfc-anticol.1 \