From 76270589b0b32e703c5d4854b859214215585e0a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 25 Sep 2008 21:20:06 +0200 Subject: screen: moved code to screen_list.c Move the hard-coded screen list and everything which works with this array to screen_list.c. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index f91c2cff5..106cd3e2e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,7 @@ ncmpc_headers = \ command.h\ ncu.h \ screen.h\ + screen_list.h \ screen_utils.h\ list_window.h\ colors.h\ @@ -54,6 +55,7 @@ ncmpc_SOURCES = \ command.c\ ncu.c \ screen.c\ + screen_list.c \ screen_utils.c\ screen_play.c\ screen_browser.c\ -- cgit v1.2.3