From cc5545e8b4b2c43539054423abaad6cef6b9f7b1 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Thu, 29 Oct 2009 16:44:58 +0000 Subject: [PATCH] Include missing examples headers when "make install". --- src/examples/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am index 1d35e89..8fed530 100644 --- a/src/examples/Makefile.am +++ b/src/examples/Makefile.am @@ -3,6 +3,9 @@ bin_PROGRAMS = nfc-anticol nfc-list nfc-mftool nfc-mfultool nfc-relay nfc-emulat # set the include path found by configure INCLUDES= $(all_includes) +nfcinclude_HEADERS = mifaretag.h mifareultag.h +nfcincludedir = $(includedir)/libnfc + AM_CFLAGS = -I$(top_srcdir)/src nfc_anticol_SOURCES = nfc-anticol.c