Skip to content

Commit

Permalink
Add missing INCLUDES
Browse files Browse the repository at this point in the history
      CC       pn53x-tamashell.o
    pn53x-tamashell.c:48:12: fatal error: 'readline/readline.h' file not found
    #  include <readline/readline.h>
    	   ^~~~~~~~~~~~~~~~~~~~~
    1 error generated.
  • Loading branch information
smortex committed Feb 5, 2019
1 parent 7ca85a0 commit a9e4c91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ pn53x_sam_LDADD = $(top_builddir)/libnfc/libnfc.la \
pn53x_tamashell_SOURCES = pn53x-tamashell.c
pn53x_tamashell_LDADD = $(top_builddir)/libnfc/libnfc.la \
$(top_builddir)/utils/libnfcutils.la
pn53x_tamashell_CFLAGS = @READLINE_INCLUDES@
pn53x_tamashell_LDFLAGS = @READLINE_LIBS@

quick_start_example1_SOURCES = doc/quick_start_example1.c
Expand Down

0 comments on commit a9e4c91

Please sign in to comment.