mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-18 02:55:49 +00:00
10 lines
213 B
Makefile
10 lines
213 B
Makefile
|
|
# set the include path found by configure
|
|
INCLUDES= $(all_includes)
|
|
|
|
noinst_HEADERS = pn53x.h
|
|
noinst_LTLIBRARIES = libnfcchips.la
|
|
libnfcchips_la_SOURCES = pn53x.c
|
|
libnfcchips_la_CFLAGS = -I$(top_srcdir)/src/lib
|
|
|