File: Makefile.am

package info (click to toggle)
libfreefare 0.4.0-2.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 992 kB
  • sloc: ansic: 10,582; makefile: 332; sh: 8
file content (20 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id$

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