aboutsummaryrefslogtreecommitdiff
path: root/src/lzmadec/Makefile.am
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2007-12-11 14:10:53 +0200
committerLasse Collin <lasse.collin@tukaani.org>2007-12-11 14:10:53 +0200
commit5286723e0d1ac386d5b07f08d78e61becf895a5a (patch)
tree803da72878037247d4201b983019c2835af2321d /src/lzmadec/Makefile.am
parentFixed a typo in tests/Makefile.am which prevented (diff)
downloadxz-5286723e0d1ac386d5b07f08d78e61becf895a5a.tar.xz
Get rid of no-NLS gnulib. I don't know how to get it
working with Automake. People who want smaller lzmadec should use --disable-nls on non-GNU systems.
Diffstat (limited to '')
-rw-r--r--src/lzmadec/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lzmadec/Makefile.am b/src/lzmadec/Makefile.am
index 63e391d5..650eb1c4 100644
--- a/src/lzmadec/Makefile.am
+++ b/src/lzmadec/Makefile.am
@@ -20,7 +20,9 @@ lzmadec_CPPFLAGS = \
-I@top_srcdir@/src/liblzma/api \
-I@top_builddir@/lib
lzmadec_LDFLAGS = -static
-lzmadec_LDADD = @top_builddir@/src/liblzma/liblzma.la
+lzmadec_LDADD = \
+ @top_builddir@/src/liblzma/liblzma.la \
+ @LTLIBINTL@
if COND_GNULIB
lzmadec_LDADD += @top_builddir@/lib/libgnu.a