diff options
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 796ac8d9d..f68653731 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,7 +15,8 @@ ncmpc_headers = libmpdclient.h mpdclient.h options.h conf.h command.h \ ncmpc_SOURCES = libmpdclient.c main.c mpdclient.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 screen_clock.c \ + screen_artist.c screen_search.c screen_help.c \ + screen_keydef.c screen_clock.c \ list_window.c colors.c support.c wreadln.c strfsong.c utils.c \ $(ncmpc_headers) |