From ba2a3deeb15f9b93044c4330430537321715c0c0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 20 Mar 2017 13:41:07 +0100 Subject: [PATCH] Makefile.am: use CURSES_LIBS instead of CURSES_LIB --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5f1abba..32e18e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -158,7 +158,7 @@ check_PROGRAMS = \ test_run_hscroll_SOURCES = test/run_hscroll.c src/hscroll.c src/charset.c test_run_hscroll_CPPFLAGS = -I$(srcdir)/src $(AM_CPPFLAGS) -test_run_hscroll_LDADD = @CURSES_LIB@ $(GLIB_LIBS) +test_run_hscroll_LDADD = $(CURSES_LIBS) $(GLIB_LIBS) # # sparse -- 2.30.2