summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-01-30 13:54:58 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 01:11:17 +0200
commitea626ba6388044ff7d73c7115005709b03b86d49 (patch)
tree9d064b95490804a6bbc7bfed050b3d5366ae5e97 /src
parent66a3a5fb3169e3aeeefc6da968b631fee1fbb2bf (diff)
downloadexternal_gettext-ea626ba6388044ff7d73c7115005709b03b86d49.zip
external_gettext-ea626ba6388044ff7d73c7115005709b03b86d49.tar.gz
external_gettext-ea626ba6388044ff7d73c7115005709b03b86d49.tar.bz2
Remove the dependency of the gettext and ngettext programs towards
libgettextlib. Recommend a split packaging.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 40b6d64..89a5fdc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-30 Bruno Haible <bruno@clisp.org>
+
+ Make the gettext and ngettext programs independent of libgettextlib.
+ * Makefile.am (gettext_LDADD, ngettext_LDADD): New variables.
+
2002-01-27 Bruno Haible <bruno@clisp.org>
* x-ycp.c (enum token_type_ty): New enum value token_type_symbol.
diff --git a/src/Makefile.am b/src/Makefile.am
index 1233ed9..dd9e944 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -107,6 +107,8 @@ libgettextsrc_la_LDFLAGS = \
../lib/libgettextlib.la @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined
# Link dependencies.
+gettext_LDADD = ../lib/basename.lo ../lib/error.lo ../lib/getopt.lo ../lib/getopt1.lo ../lib/strtoul.lo ../lib/xmalloc.lo @LTLIBINTL@
+ngettext_LDADD = ../lib/basename.lo ../lib/error.lo ../lib/getopt.lo ../lib/getopt1.lo ../lib/strtoul.lo ../lib/xmalloc.lo @LTLIBINTL@
msgcmp_LDADD = libgettextsrc.la
msgfmt_LDADD = libgettextsrc.la
msgmerge_LDADD = libgettextsrc.la