mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-24 10:46:35 +00:00
libnfcbuses.la use at least an empty source file
Closes issue #254: acr122_pcsc compilation failed on Mac OSX 10.8.4
This commit is contained in:
@@ -3,7 +3,7 @@ AM_CPPFLAGS = $(all_includes) $(LIBNFC_CFLAGS)
|
||||
|
||||
noinst_LTLIBRARIES = libnfcbuses.la
|
||||
|
||||
libnfcbuses_la_SOURCES =
|
||||
libnfcbuses_la_SOURCES = empty.c
|
||||
libnfcbuses_la_CFLAGS = -I$(top_srcdir)/libnfc
|
||||
libnfcbuses_la_LIBADD =
|
||||
EXTRA_DIST =
|
||||
|
||||
1
libnfc/buses/empty.c
Normal file
1
libnfc/buses/empty.c
Normal file
@@ -0,0 +1 @@
|
||||
/* empty source code file */
|
||||
Reference in New Issue
Block a user