summaryrefslogtreecommitdiff
path: root/lib
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 /lib
parentce8b036a6c7a43b290356b673d953f6d76b2be64 (diff)
downloadxz-5286723e0d1ac386d5b07f08d78e61becf895a5a.tar.gz
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 'lib')
-rw-r--r--lib/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 46e3a4a..0ce2a67 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -15,19 +15,11 @@
## Not using gnulib-tool, at least for now. Less mess this way.
-## We need two builds of libgnu: one with NLS and one without.
-## This is because lzma uses NLS but lzmadec doesn't, while
-## both need GNU getopt_long().
-noinst_LIBRARIES = libgnu.a libgnu_nls.a
+noinst_LIBRARIES = libgnu.a
libgnu_a_SOURCES =
libgnu_a_DEPENDENCIES = $(LIBOBJS)
libgnu_a_LIBADD = $(LIBOBJS)
-libgnu_a_CPPFLAGS = -DDISABLE_NLS=1
-
-libgnu_nls_a_SOURCES =
-libgnu_nls_a_DEPENDENCIES = $(LIBOBJS)
-libgnu_nls_a_LIBADD = $(LIBOBJS)
EXTRA_DIST = gettext.h getopt_.h getopt.c getopt1.c getopt_int.h
BUILT_SOURCES = $(GETOPT_H)