summaryrefslogtreecommitdiffstats
path: root/scd/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-09-30 16:34:34 +0200
committerWerner Koch <wk@gnupg.org>2004-09-30 16:34:34 +0200
commit335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6 (patch)
treed5a581d9808c8efae6a0c6a1c9a1bd893f3633ed /scd/Makefile.am
parentThis commit was manufactured by cvs2svn to create branch (diff)
downloadgnupg2-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.tar.xz
gnupg2-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.zip
Preparing a new release. Updated gettext
Diffstat (limited to 'scd/Makefile.am')
-rw-r--r--scd/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/scd/Makefile.am b/scd/Makefile.am
index 5c49ee6f9..d1d669a1a 100644
--- a/scd/Makefile.am
+++ b/scd/Makefile.am
@@ -53,7 +53,7 @@ scdaemon_SOURCES = \
scdaemon_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a \
$(LIBGCRYPT_LIBS) $(pth_libs) \
$(KSBA_LIBS) $(LIBASSUAN_LIBS) \
- $(LIBUSB_LIBS) $(OPENSC_LIBS) -lgpg-error @INTLLIBS@ \
+ $(LIBUSB_LIBS) $(OPENSC_LIBS) -lgpg-error @LIBINTL@ \
@DL_LIBS@
sc_investigate_SOURCES = \
@@ -69,7 +69,7 @@ sc_investigate_LDADD = \
../jnlib/libjnlib.a ../common/libcommon.a \
$(LIBGCRYPT_LIBS) $(pth_libs) \
$(KSBA_LIBS) $(LIBUSB_LIBS) $(OPENSC_LIBS) \
- @INTLLIBS@ -lgpg-error @DL_LIBS@
+ @LIBINTL@ -lgpg-error @DL_LIBS@
sc_copykeys_SOURCES = \
@@ -86,7 +86,7 @@ sc_copykeys_LDADD = \
../common/libsimple-pwquery.a \
$(LIBGCRYPT_LIBS) $(pth_libs) \
$(KSBA_LIBS) $(LIBUSB_LIBS) $(OPENSC_LIBS) \
- -lgpg-error @INTLLIBS@ @DL_LIBS@
+ -lgpg-error @LIBINTL@ @DL_LIBS@
pcsc_wrapper_SOURCES = pcsc-wrapper.c
pcsc_wrapper_LDADD = @DL_LIBS@