diff options
author | Max Kellermann <max@duempel.org> | 2008-09-25 21:20:06 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-25 21:20:06 +0200 |
commit | 76270589b0b32e703c5d4854b859214215585e0a (patch) | |
tree | df2184179e9af615894d3cd8636d7d3927431005 /src/Makefile.am | |
parent | cee4c0450e477e6b683fb3db883227c2a7fa423f (diff) | |
download | mpd-76270589b0b32e703c5d4854b859214215585e0a.tar.gz mpd-76270589b0b32e703c5d4854b859214215585e0a.tar.xz mpd-76270589b0b32e703c5d4854b859214215585e0a.zip |
screen: moved code to screen_list.c
Move the hard-coded screen list and everything which works with this
array to screen_list.c.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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\ |