From 677eb1ad30321d83f6196672ea1798c0e1712870 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Fri, 7 May 2004 07:52:19 +0000 Subject: Redesigned ncmpc's color support git-svn-id: https://svn.musicpd.org/ncmpc/trunk@937 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bada1ea01..8ac5da7de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,12 +16,12 @@ SUBDIRS = doc ncmpc_headers = libmpdclient.h mpc.h options.h conf.h command.h screen.h \ screen_utils.h screen_play.h screen_file.h screen_search.h \ - screen_help.h list_window.h support.h + screen_help.h list_window.h colors.h support.h ncmpc_SOURCES = libmpdclient.c main.c mpc.c options.c conf.c command.c \ screen.c screen_utils.c screen_play.c screen_file.c \ screen_search.c screen_help.c screen_keydef.c \ - list_window.c support.c $(ncmpc_headers) + list_window.c colors.c support.c $(ncmpc_headers) -- cgit v1.2.3