Blame SOURCES/libcacard-2.7.0-install-vscclient.patch

299f17
diff --git a/Makefile.am b/Makefile.am
299f17
index 0edcfe869f2593b3e0837fd01f8f52b5c01da755..16ec30cf6c473a8f865f26b51f63451a340251a1 100644
299f17
--- a/Makefile.am
299f17
+++ b/Makefile.am
299f17
@@ -61,7 +61,9 @@ endif
299f17
 pkgconfigdir = $(libdir)/pkgconfig
299f17
 pkgconfig_DATA = libcacard.pc
299f17
 
299f17
-bin_PROGRAMS = vscclient
299f17
+include $(srcdir)/build-aux/glib-tap.mk
299f17
+
299f17
+noinst_PROGRAMS += vscclient
299f17
 vscclient_SOURCES = src/vscclient.c
299f17
 vscclient_LDADD = libcacard.la $(GTHREAD_LIBS) $(PCSC_LIBS)
299f17
 vscclient_CFLAGS = $(AM_CPPFLAGS) $(GTHREAD_CFLAGS) $(PCSC_CFLAGS)
299f17
@@ -70,8 +72,6 @@ if OS_WIN32
299f17
 vscclient_CFLAGS += -D__USE_MINGW_ANSI_STDIO=1
299f17
 endif
299f17
 
299f17
-include $(srcdir)/build-aux/glib-tap.mk
299f17
-
299f17
 tests/softhsm2.conf:
299f17
 	$(AM_V_GEN)(cd tests/ && $(abs_srcdir)/tests/setup-softhsm2.sh)
299f17
 
299f17