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:
parent
8fe13ece62
commit
c89532fa19
2 changed files with 2 additions and 1 deletions
|
@ -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 */
|
Loading…
Add table
Reference in a new issue