10 lines
227 B
Makefile
10 lines
227 B
Makefile
|
|
# set the include path found by configure
|
|
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS)
|
|
|
|
noinst_HEADERS = uart.h
|
|
noinst_LTLIBRARIES = libnfcbuses.la
|
|
libnfcbuses_la_SOURCES = uart.c
|
|
libnfcbuses_la_CFLAGS = -I$(top_srcdir)/libnfc
|
|
|