build-sys: fix test_colors build

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2015-07-24 14:33:25 +02:00
parent a5f3263967
commit f9ffaac0d2
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ test_at_CFLAGS = -DTEST_PROGRAM_AT
test_strutils_SOURCES = lib/strutils.c
test_strutils_CFLAGS = -DTEST_PROGRAM
test_colors_SOURCES = lib/colors.c
test_colors_SOURCES = lib/colors.c lib/color-names.c
test_colors_CFLAGS = -DTEST_PROGRAM $(TINFO_CFLAGS)
test_colors_LDADD = $(LDADD) $(TINFO_LIBS)