src/makefile.am: link executable with mhl/libmhl.a

This commit is contained in:
Slava Zanko 2009-01-14 13:20:47 +02:00
parent 51a81ec6e3
commit c4e5080201

View File

@ -38,7 +38,7 @@ VFSLIB = ../vfs/libvfs-mc.a
endif endif
endif endif
mc_LDADD = $(EDITLIB) $(SLANGLIB) $(VFSLIB) \ mc_LDADD = ../mhl/libmhl.a $(EDITLIB) $(SLANGLIB) $(VFSLIB) \
$(INTLLIBS) $(GLIB_LIBS) $(MCLIBS) $(LIBICONV) $(INTLLIBS) $(GLIB_LIBS) $(MCLIBS) $(LIBICONV)
CHARSET_SRC = charsets.c charsets.h selcodepage.c selcodepage.h CHARSET_SRC = charsets.c charsets.h selcodepage.c selcodepage.h