diff options
Diffstat (limited to 'scd')
-rw-r--r-- | scd/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scd/Makefile.am b/scd/Makefile.am index a0c0369e7..1af13d0aa 100644 --- a/scd/Makefile.am +++ b/scd/Makefile.am @@ -19,9 +19,10 @@ EXTRA_DIST = ChangeLog-2011 -bin_PROGRAMS = scdaemon -if ! HAVE_W32_SYSTEM -libexec_PROGRAMS = gnupg-pcsc-wrapper +if HAVE_W32_SYSTEM +libexec_PROGRAMS = scdaemon +else +libexec_PROGRAMS = scdaemon gnupg-pcsc-wrapper endif AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/common |