Skip to content

Commit 32c7234

Browse files
committed
fixup! fixup! Ticket #4981: do not show color warning with --nocolor
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
1 parent c397763 commit 32c7234

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/lib/skin/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ AM_CPPFLAGS = \
77
@CHECK_CFLAGS@
88

99
LIBS = @CHECK_LIBS@ \
10-
$(top_builddir)/lib/libmc.la \
11-
$(top_builddir)/src/libinternal.la
10+
$(top_builddir)/src/libinternal.la \
11+
$(top_builddir)/lib/libmc.la
1212

1313
if ENABLE_MCLIB
1414
LIBS += $(GLIB_LIBS) \

0 commit comments

Comments
 (0)