aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2006-12-13 19:48:31 +0000
committerDavid Shaw <[email protected]>2006-12-13 19:48:31 +0000
commitb26e95cf703ad8697890d3fedc51e2ea55ff94b9 (patch)
tree2e1c7026c2471a3a4cc3610f89a129fff3804b36 /tools
parentAdded missing files. (diff)
downloadgnupg-b26e95cf703ad8697890d3fedc51e2ea55ff94b9.tar.gz
gnupg-b26e95cf703ad8697890d3fedc51e2ea55ff94b9.zip
Some build fixes for platforms like OSX where we use the built-in libintl.
Diffstat (limited to 'tools')
-rw-r--r--tools/ChangeLog5
-rw-r--r--tools/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog
index ef51ad743..47e0a589b 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-13 David Shaw <[email protected]>
+
+ * Makefile.am (gpgsplit_LDADD): Link to LIBINTL if we're using the
+ built-in code.
+
2006-12-07 David Shaw <[email protected]>
* Makefile.am: Link to iconv for jnlib dependency.
diff --git a/tools/Makefile.am b/tools/Makefile.am
index be492c056..fd7f8a431 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -55,7 +55,7 @@ common_libs = ../jnlib/libjnlib.a ../common/libcommon.a ../gl/libgnu.a
pwquery_libs = ../common/libsimple-pwquery.a
gpgsplit_LDADD = $(common_libs) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
- $(ZLIBS) $(LIBICONV)
+ $(ZLIBS) $(LIBINTL) $(LIBICONV)
gpgconf_SOURCES = gpgconf.c gpgconf.h gpgconf-comp.c no-libgcrypt.c