summaryrefslogtreecommitdiff
path: root/modules/gettext-h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-04-06 20:08:02 +0000
committerBruno Haible <bruno@clisp.org>2007-04-06 20:08:02 +0000
commitb391f635d4bb5898cfc005ce6b3761c95252b9f6 (patch)
treed260bb4702b4e4064b1c83d206d53bf14c9cc8b2 /modules/gettext-h
parent9f88c0b0e0cfa8a9c25f1db4f58b837c7b891575 (diff)
downloadgnulib-b391f635d4bb5898cfc005ce6b3761c95252b9f6.tar.gz
Fix linking of test programs with libintl or not.
Diffstat (limited to 'modules/gettext-h')
-rw-r--r--modules/gettext-h5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/gettext-h b/modules/gettext-h
index 3f6981d520..15e97e6dac 100644
--- a/modules/gettext-h
+++ b/modules/gettext-h
@@ -7,6 +7,8 @@ lib/gettext.h
Depends-on:
configure.ac:
+AC_SUBST([LIBINTL])
+AC_SUBST([LTLIBINTL])
Makefile.am:
lib_SOURCES += gettext.h
@@ -14,6 +16,9 @@ lib_SOURCES += gettext.h
Include:
"gettext.h"
+Link:
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
+
License:
LGPL