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.
This commit is contained in:
NIIBE Yutaka 2013-04-01 11:42:11 +09:00
parent 07227279c4
commit 021767d8aa
2 changed files with 5 additions and 4 deletions

View File

@ -507,7 +507,7 @@ gnupg_module_name (int which)
#ifdef GNUPG_DEFAULT_SCDAEMON
return GNUPG_DEFAULT_SCDAEMON;
#else
X(bindir, "scdaemon");
X(libexecdir, "scdaemon");
#endif
case GNUPG_MODULE_NAME_DIRMNGR:

View File

@ -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