From ae5618800587185b7153544f58c29785f2433cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Fri, 8 Feb 2019 07:25:55 -1000 Subject: [PATCH] Fix outsource build with the autotools --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 8048b9f..d7018ac 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -74,7 +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_CFLAGS = @READLINE_INCLUDES@ -I$(top_srcdir) pn53x_tamashell_LDFLAGS = @READLINE_LIBS@ quick_start_example1_SOURCES = doc/quick_start_example1.c