2012-05-18 18:03:07 +02:00
|
|
|
AM_CPPFLAGS = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare
|
2010-11-23 19:42:25 +01:00
|
|
|
AM_CFLAGS = @LIBNFC_CFLAGS@
|
|
|
|
|
2010-11-24 01:07:47 +01:00
|
|
|
if WITH_CUTTER
|
|
|
|
|
2011-03-26 14:30:14 +01:00
|
|
|
cutter_unit_test_libs = \
|
|
|
|
libtestcommon.la
|
|
|
|
|
|
|
|
if WITH_DEBUG
|
|
|
|
noinst_LTLIBRARIES = $(cutter_unit_test_libs)
|
|
|
|
else
|
|
|
|
check_LTLIBRARIES = $(cutter_unit_test_libs)
|
|
|
|
endif
|
2010-11-23 19:42:25 +01:00
|
|
|
|
|
|
|
libtestcommon_la_SOURCES = mifare_desfire_auto_authenticate.c \
|
|
|
|
mifare_desfire_auto_authenticate.h
|
2010-11-24 01:07:47 +01:00
|
|
|
|
|
|
|
endif
|