Rely on variables set by the autotools.
This commit is contained in:
parent
5c62782645
commit
68b71ea26c
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
|
AM_CFLAGS = @LIBNFC_CFLAGS@
|
||||||
|
|
||||||
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 = -lnfc
|
mfoc_LDADD = @LIBNFC_LIBS@
|
||||||
|
|
||||||
dist_man_MANS = mfoc.1
|
dist_man_MANS = mfoc.1
|
||||||
|
|
Loading…
Reference in a new issue