mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-03 06:31:28 +03:00
src/makefile.am: link executable with mhl/libmhl.a
This commit is contained in:
parent
51a81ec6e3
commit
c4e5080201
@ -38,7 +38,7 @@ VFSLIB = ../vfs/libvfs-mc.a
|
||||
endif
|
||||
endif
|
||||
|
||||
mc_LDADD = $(EDITLIB) $(SLANGLIB) $(VFSLIB) \
|
||||
mc_LDADD = ../mhl/libmhl.a $(EDITLIB) $(SLANGLIB) $(VFSLIB) \
|
||||
$(INTLLIBS) $(GLIB_LIBS) $(MCLIBS) $(LIBICONV)
|
||||
|
||||
CHARSET_SRC = charsets.c charsets.h selcodepage.c selcodepage.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user