mfox: Unbreak autotools on FreeBSD.
This commit is contained in:
parent
6a3977545e
commit
c973c3cd81
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
|
AM_CFLAGS = @LIBNFC_CFLAGS@
|
||||||
|
AM_LDFLAGS = @LIBNFC_LIBS@
|
||||||
|
|
||||||
bin_PROGRAMS = mfoc
|
bin_PROGRAMS = mfoc
|
||||||
|
|
||||||
noinst_HEADERS = crapto1.h mfoc.h mifare.h nfc-utils.h
|
noinst_HEADERS = crapto1.h mfoc.h mifare.h nfc-utils.h
|
||||||
mfoc_SOURCES = crapto1.c crypto1.c mfoc.c mifare.c nfc-utils.c
|
mfoc_SOURCES = crapto1.c crypto1.c mfoc.c mifare.c nfc-utils.c
|
||||||
mfoc_LDADD = @LIBNFC_LIBS@
|
|
||||||
|
|
||||||
# dist_man_MANS = mfoc.1
|
# dist_man_MANS = mfoc.1
|
||||||
|
|
Loading…
Reference in a new issue