Skip to content

Commit

Permalink
Make Travis happy
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed May 17, 2017
1 parent dcdbff0 commit 00700bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion utils/nfc-barcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

#include <nfc/nfc.h>

#include "utils/nfc-utils.h"
#include "nfc-utils.h"

#define MAX_FRAME_LEN 264

Expand Down

0 comments on commit 00700bc

Please sign in to comment.