summaryrefslogtreecommitdiffstats
path: root/scd
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2013-04-01 04:42:11 +0200
committerNIIBE Yutaka <gniibe@fsij.org>2013-04-01 05:03:32 +0200
commit021767d8aa11aac8ac87dc3a31969ee6cfa65966 (patch)
treee1207312ed8d50eddb060d455e2ad2370cdd6bee /scd
parentcopyright assignments are not anymore required. (diff)
downloadgnupg2-021767d8aa11aac8ac87dc3a31969ee6cfa65966.tar.xz
gnupg2-021767d8aa11aac8ac87dc3a31969ee6cfa65966.zip
scd: move SCDaemon to libexecdir.
* common/homedir.c (gnupg_module_name): It's now libexecdir. * scd/Makefile.am (libexec_PROGRAMS): Add scdaemon (bin_PROGRAMS): Remove scdaemon.
Diffstat (limited to 'scd')
-rw-r--r--scd/Makefile.am7
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