Make Travis happy
This commit is contained in:
parent
dcdbff0705
commit
00700bc66d
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ libnfcutils_la_LIBADD = -lnfc
|
|||
|
||||
nfc_barcode_SOURCES = nfc-barcode.c
|
||||
nfc_barcode_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
$(top_builddir)/utils/libnfcutils.la
|
||||
libnfcutils.la
|
||||
|
||||
nfc_emulate_forum_tag4_SOURCES = nfc-emulate-forum-tag4.c nfc-utils.h
|
||||
nfc_emulate_forum_tag4_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include <nfc/nfc.h>
|
||||
|
||||
#include "utils/nfc-utils.h"
|
||||
#include "nfc-utils.h"
|
||||
|
||||
#define MAX_FRAME_LEN 264
|
||||
|
||||
|
|
Loading…
Reference in a new issue