Skip to content

Commit

Permalink
libnfcbuses.la use at least an empty source file
Browse files Browse the repository at this point in the history
Closes issue nfc-tools#254: acr122_pcsc compilation failed on Mac OSX 10.8.4
  • Loading branch information
LudovicRousseau committed Aug 29, 2013
1 parent 8fe13ec commit c89532f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libnfc/buses/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
1 change: 1 addition & 0 deletions libnfc/buses/empty.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* empty source code file */

0 comments on commit c89532f

Please sign in to comment.