aboutsummaryrefslogtreecommitdiffstats
path: root/scd
diff options
context:
space:
mode:
Diffstat (limited to 'scd')
-rw-r--r--scd/ChangeLog4
-rw-r--r--scd/Makefile.am7
2 files changed, 8 insertions, 3 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog
index 68aaa2984..ad4b0518c 100644
--- a/scd/ChangeLog
+++ b/scd/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-31 Werner Koch <[email protected]>
+
+ * Makefile.am (scdaemon_LDADD): Added INTLLIBS.
+
2003-07-28 Werner Koch <[email protected]>
* app-openpgp.c (do_setattr): Change implementation. Allow all
diff --git a/scd/Makefile.am b/scd/Makefile.am
index 93bd8c73d..0771beb60 100644
--- a/scd/Makefile.am
+++ b/scd/Makefile.am
@@ -37,7 +37,8 @@ scdaemon_SOURCES = \
app-openpgp.c
scdaemon_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a \
- $(OPENSC_LIBS) $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) -lgpg-error -ldl
+ $(OPENSC_LIBS) $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) \
+ -lgpg-error @INTLLIBS@ -ldl
sc_investigate_SOURCES = \
sc-investigate.c scdaemon.h \
@@ -49,7 +50,7 @@ sc_investigate_SOURCES = \
sc_investigate_LDADD = \
../jnlib/libjnlib.a ../common/libcommon.a \
- $(LIBGCRYPT_LIBS) -lgpg-error -ldl
+ $(LIBGCRYPT_LIBS) @INTLLIBS@ -lgpg-error -ldl
sc_copykeys_SOURCES = \
@@ -63,7 +64,7 @@ sc_copykeys_SOURCES = \
sc_copykeys_LDADD = \
../jnlib/libjnlib.a ../common/libcommon.a \
../common/libsimple-pwquery.a \
- $(LIBGCRYPT_LIBS) -lgpg-error -ldl
+ $(LIBGCRYPT_LIBS) -lgpg-error @INTLLIBS@ -ldl