14 lines
269 B
Makefile
14 lines
269 B
Makefile
# $Id$
|
|
|
|
INCLUDES = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare
|
|
AM_CFLAGS = @LIBNFC_CFLAGS@
|
|
|
|
if WITH_CUTTER
|
|
|
|
noinst_LTLIBRARIES = \
|
|
libtestcommon.la
|
|
|
|
libtestcommon_la_SOURCES = mifare_desfire_auto_authenticate.c \
|
|
mifare_desfire_auto_authenticate.h
|
|
|
|
endif
|