Don't build libtestcommon.la if we are not using cutter.
This commit is contained in:
parent
8d74792379
commit
193809f949
1 changed files with 4 additions and 0 deletions
|
@ -3,8 +3,12 @@
|
||||||
INCLUDES = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare
|
INCLUDES = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare
|
||||||
AM_CFLAGS = @LIBNFC_CFLAGS@
|
AM_CFLAGS = @LIBNFC_CFLAGS@
|
||||||
|
|
||||||
|
if WITH_CUTTER
|
||||||
|
|
||||||
noinst_LTLIBRARIES = \
|
noinst_LTLIBRARIES = \
|
||||||
libtestcommon.la
|
libtestcommon.la
|
||||||
|
|
||||||
libtestcommon_la_SOURCES = mifare_desfire_auto_authenticate.c \
|
libtestcommon_la_SOURCES = mifare_desfire_auto_authenticate.c \
|
||||||
mifare_desfire_auto_authenticate.h
|
mifare_desfire_auto_authenticate.h
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue