libfreefare/test/common/Makefile.am
Romain Tartiere ca1fc02d6e Do not systematically build the tests if cutter is installed.
Building them only when running the test-suite is probably enough.
2011-02-13 14:26:18 +00:00

14 lines
268 B
Makefile

# $Id$
INCLUDES = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare
AM_CFLAGS = @LIBNFC_CFLAGS@
if WITH_CUTTER
check_LTLIBRARIES = \
libtestcommon.la
libtestcommon_la_SOURCES = mifare_desfire_auto_authenticate.c \
mifare_desfire_auto_authenticate.h
endif