mirror of https://github.com/MidnightCommander/mc
tests: fix incomplete linkage in case of --enable-mclib.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
1f61ab0563
commit
77890a3d1a
|
@ -10,7 +10,8 @@ LIBS = @CHECK_LIBS@ \
|
|||
$(top_builddir)/lib/libmc.la
|
||||
|
||||
if ENABLE_MCLIB
|
||||
LIBS += $(GLIB_LIBS)
|
||||
LIBS += $(GLIB_LIBS) \
|
||||
@E2P_LIBS@
|
||||
endif
|
||||
|
||||
EXTRA_DIST = utilunix__my_system-common.c
|
||||
|
|
|
@ -12,7 +12,8 @@ LIBS = @CHECK_LIBS@ \
|
|||
$(top_builddir)/lib/libmc.la
|
||||
|
||||
if ENABLE_MCLIB
|
||||
LIBS += $(GLIB_LIBS)
|
||||
LIBS += $(GLIB_LIBS) \
|
||||
@E2P_LIBS@
|
||||
endif
|
||||
|
||||
TESTS = \
|
||||
|
|
|
@ -15,7 +15,8 @@ LIBS = @CHECK_LIBS@ \
|
|||
$(top_builddir)/lib/libmc.la
|
||||
|
||||
if ENABLE_MCLIB
|
||||
LIBS += $(GLIB_LIBS)
|
||||
LIBS += $(GLIB_LIBS) \
|
||||
@E2P_LIBS@
|
||||
endif
|
||||
|
||||
TESTS = \
|
||||
|
|
Loading…
Reference in New Issue