From: Avuton Olrich Date: Sat, 12 Nov 2011 14:29:33 +0000 (-0800) Subject: Makefile.am: Add @CURSES_LIB@ to link the test program X-Git-Tag: release-0.20~55 X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=commitdiff_plain;h=2e8c6c2b7b5d8e246ecb6295a3a5a7e072e27cc6 Makefile.am: Add @CURSES_LIB@ to link the test program --- diff --git a/Makefile.am b/Makefile.am index d0b55fc..dce18a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -172,7 +172,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 = $(GLIB_LIBS) +test_run_hscroll_LDADD = @CURSES_LIB@ $(GLIB_LIBS) # # sparse