mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-01 05:06:38 +00:00
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
|
|
|