diff options
Diffstat (limited to 'scd/Makefile.am')
-rw-r--r-- | scd/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scd/Makefile.am b/scd/Makefile.am index 923ebfee0..9153a4403 100644 --- a/scd/Makefile.am +++ b/scd/Makefile.am @@ -6,18 +6,18 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -# +# # GnuPG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; if not, see <http://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in -bin_PROGRAMS = scdaemon +bin_PROGRAMS = scdaemon if ! HAVE_W32_SYSTEM libexec_PROGRAMS = gnupg-pcsc-wrapper endif @@ -66,4 +66,4 @@ scdaemon_LDADD = $(libcommonpth) ../gl/libgnu.a \ # gnupg_pcsc_wrapper_SOURCES = pcsc-wrapper.c gnupg_pcsc_wrapper_LDADD = $(DL_LIBS) -gnupg_pcsc_wrapper_CFLAGS = +gnupg_pcsc_wrapper_CFLAGS = |