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