Include missing examples headers when "make install".
This commit is contained in:
parent
4962f932fb
commit
cc5545e8b4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
# set the include path found by configure
|
||||||
INCLUDES= $(all_includes)
|
INCLUDES= $(all_includes)
|
||||||
|
|
||||||
|
nfcinclude_HEADERS = mifaretag.h mifareultag.h
|
||||||
|
nfcincludedir = $(includedir)/libnfc
|
||||||
|
|
||||||
AM_CFLAGS = -I$(top_srcdir)/src
|
AM_CFLAGS = -I$(top_srcdir)/src
|
||||||
|
|
||||||
nfc_anticol_SOURCES = nfc-anticol.c
|
nfc_anticol_SOURCES = nfc-anticol.c
|
||||||
|
|
Loading…
Reference in a new issue