libfreefare/test/common/Makefile.am

19 lines
380 B
Text
Raw Normal View History

AM_CPPFLAGS = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare
2010-11-23 19:42:25 +01:00
AM_CFLAGS = @LIBNFC_CFLAGS@
if WITH_CUTTER
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
endif