mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* Makefile.am (mc_LDADD): Don't use LSLANG and LGPM, since they
are now included into MCLIBS.
This commit is contained in:
parent
cc46c2eb12
commit
0883a31c10
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user