From: Max Kellermann Date: Mon, 20 Mar 2017 12:41:07 +0000 (+0100) Subject: Makefile.am: use CURSES_LIBS instead of CURSES_LIB X-Git-Tag: v0.26~3 X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=commitdiff_plain;h=ba2a3deeb15f9b93044c4330430537321715c0c0 Makefile.am: use CURSES_LIBS instead of CURSES_LIB --- 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