Code

Added an experimental artist (browser) screen
[ncmpc.git] / src / Makefile.am
index 796ac8d9d2a7a83fec0a6ead0b97b1984230d55a..f686537315e9f4500f369dcc1b9572f044f2f074 100644 (file)
@@ -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)