1
0
mirror of https://github.com/nfc-tools/mfoc.git synced 2026-01-13 23:27:17 +00:00

Rely on variables set by the autotools.

This commit is contained in:
Romain Tartiere 2012-05-14 13:09:38 +00:00
parent 5c62782645
commit 68b71ea26c

View File

@ -1,8 +1,10 @@
AM_CFLAGS = @LIBNFC_CFLAGS@
bin_PROGRAMS = mfoc
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_LDADD = -lnfc
mfoc_LDADD = @LIBNFC_LIBS@
dist_man_MANS = mfoc.1