From 152e4b95fda5f3ba54f30bd7e9440ec3b3a394aa Mon Sep 17 00:00:00 2001 From: Karl Stavestrand Date: Wed, 3 Jun 2020 22:35:01 +0200 Subject: [PATCH] remove terminal_bcircle.c from makefile as it is depricated --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3c77939..3720f2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ if SNDIO endif if NCURSES - cava_SOURCES += output/terminal_bcircle.c output/terminal_ncurses.c + cava_SOURCES += output/terminal_ncurses.c endif cava_font_dir = @FONT_DIR@