]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: fix test_colors build
authorKarel Zak <kzak@redhat.com>
Fri, 24 Jul 2015 12:33:25 +0000 (14:33 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Jul 2015 12:33:25 +0000 (14:33 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/Makemodule.am

index e81ca770a9811c96e27bad2ec834c0c48ea57e89..ae0443ea769061b4abeddf28a4277b5547f0ce29 100644 (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)