From 4fb6e24be95d7104547a33836ec91f7251cb41f0 Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Mon, 24 Apr 2017 07:34:29 -0700 Subject: [PATCH] [build] one more time --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 819d5fde..6d744690 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -68,7 +68,7 @@ TEXT2C_OBJS = \ ../src/partition-by-boot.o \ ../src/search-for.o -LDADD = -lz +LDADD = -lz $(CURSES_LIB) test_ansi_scrubber_SOURCES = test_ansi_scrubber.cc test_ansi_scrubber_LDADD = ../src/libdiag.a $(CURSES_LIB) \