11 lines
242 B
Text
11 lines
242 B
Text
|
|
|
||
|
|
# 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
|
||
|
|
|
||
|
|
DISTCLEANFILES = Makefile.in
|