* Makefile.am (mc_LDADD): Don't use LSLANG and LGPM, since they

are now included into MCLIBS.
This commit is contained in:
Pavel Roskin 2001-09-10 22:00:25 +00:00
parent cc46c2eb12
commit 0883a31c10
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2001-09-10 Pavel Roskin <proski@gnu.org>
* Makefile.am (mc_LDADD): Don't use LSLANG and LGPM, since they
are now included into MCLIBS.
* Makefile.am (mc_LDADD): Use INTLLIBS provided by gettext
instead of LINTL.

View File

@ -24,8 +24,6 @@ man2hlp_SOURCES = man2hlp.c
if INCLUDED_SLANG
SLANGLIB = ../slang/libmcslang.a
else
SLANGLIB = $(LSLANG)
endif
if USE_EDIT
@ -37,7 +35,7 @@ VFSLIB = ../vfs/libvfs-mc.a
endif
mc_LDADD = $(EDITLIB) $(SLANGLIB) $(VFSLIB) \
$(INTLLIBS) $(LGPM) $(TERMNET) $(MCLIBS) $(LIBICONV)
$(INTLLIBS) $(TERMNET) $(MCLIBS) $(LIBICONV)
CHARSET_SRC = charsets.c charsets.h selcodepage.c selcodepage.h