Next release will not install extra headers. (Programs that depends on should copy theses files into their sources.
This commit is contained in:
parent
a98cd3837b
commit
6fd2ea41c5
1 changed files with 1 additions and 4 deletions
|
@ -3,12 +3,9 @@ bin_PROGRAMS = nfc-anticol nfc-list nfc-mfclassic nfc-mfultralight nfc-relay nfc
|
||||||
# set the include path found by configure
|
# set the include path found by configure
|
||||||
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS)
|
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS)
|
||||||
|
|
||||||
nfcinclude_HEADERS = mifaretag.h mifareultag.h
|
|
||||||
nfcincludedir = $(includedir)/nfc
|
|
||||||
|
|
||||||
AM_CFLAGS = -I$(top_srcdir)/libnfc
|
AM_CFLAGS = -I$(top_srcdir)/libnfc
|
||||||
|
|
||||||
noinst_HEADERS = nfc-utils.h
|
noinst_HEADERS = mifaretag.h mifareultag.h nfc-utils.h
|
||||||
noinst_LIBRARIES = libnfcutils.a
|
noinst_LIBRARIES = libnfcutils.a
|
||||||
|
|
||||||
libnfcutils_a_SOURCES = nfc-utils.c
|
libnfcutils_a_SOURCES = nfc-utils.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue