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

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