libfreefare/test/common/Makefile.am
Romain Tartière 07695f4c18 Remove subversion artifacts.
We do not have $Id$ to expand anymore.
2015-05-12 12:22:39 +02:00

18 lines
380 B
Makefile

AM_CPPFLAGS = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare
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
libtestcommon_la_SOURCES = mifare_desfire_auto_authenticate.c \
mifare_desfire_auto_authenticate.h
endif