mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-26 11:46:37 +00:00
11 lines
240 B
Makefile
11 lines
240 B
Makefile
|
|
# set the include path found by configure
|
|
INCLUDES= $(all_includes)
|
|
|
|
noinst_HEADERS = uart.h
|
|
noinst_LTLIBRARIES = libnfcbuses.la
|
|
libnfcbuses_la_SOURCES = uart.c
|
|
libnfcbuses_la_CFLAGS = -I$(top_srcdir)/src/lib
|
|
|
|
DISTCLEANFILES = Makefile.in
|