10 lines
266 B
Makefile
10 lines
266 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
|
|
|
|
EXTRA_DIST = uart_posix.c uart_win32.c
|