From 3c64e633185d7065c1a72673394acef89ff4740e Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Sat, 7 Jan 2023 14:37:43 -0800 Subject: Use AX_WITH_CURSES in configure --- src/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 561c767..193c517 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,6 @@ AUTOMAKE_OPTIONS = subdir-objects -LIBS = -lncurses - bin_PROGRAMS = terminal_media_launcher - terminal_media_launcher_SOURCES = cache.c draw.c read_cfg.c group.c entry.c unix/cache.c unix/draw.c unix/read_cfg.c -terminal_media_launcher_LDADD = $(LIBS) +terminal_media_launcher_LDADD = @CURSES_LIBS@ +terminal_media_launcher_CPPFLAGS = @CURSES_CFLAGS@ -- cgit