mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
* Makefile.am (mc_LDADD): Use INTLLIBS provided by gettext
instead of LINTL.
This commit is contained in:
parent
35ef57ca76
commit
c69f80cc61
@ -1,3 +1,8 @@
|
||||
2001-09-10 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.am (mc_LDADD): Use INTLLIBS provided by gettext
|
||||
instead of LINTL.
|
||||
|
||||
2001-09-09 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* hotlist.c (load_hotlist): If cannot open hotlist, don't assume
|
||||
|
@ -37,7 +37,7 @@ VFSLIB = ../vfs/libvfs-mc.a
|
||||
endif
|
||||
|
||||
mc_LDADD = $(EDITLIB) $(SLANGLIB) $(VFSLIB) \
|
||||
$(LINTL) $(LGPM) $(TERMNET) $(MCLIBS) $(LIBICONV)
|
||||
$(INTLLIBS) $(LGPM) $(TERMNET) $(MCLIBS) $(LIBICONV)
|
||||
|
||||
CHARSET_SRC = charsets.c charsets.h selcodepage.c selcodepage.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user