diff options
author | Kalle Wallin <kaw@linux.se> | 2005-06-06 16:59:49 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2005-06-06 16:59:49 +0000 |
commit | 38880bd748572c2f3b05c6625ab1029ece2483c4 (patch) | |
tree | e571bd56fb88b41ab5acc523a1b8ecd25f1a4e9f /src/Makefile.am | |
parent | 996a3ca723224e6f956bc1a0c3da8653a946bcfa (diff) | |
download | mpd-38880bd748572c2f3b05c6625ab1029ece2483c4.tar.gz mpd-38880bd748572c2f3b05c6625ab1029ece2483c4.tar.xz mpd-38880bd748572c2f3b05c6625ab1029ece2483c4.zip |
Added an experimental artist (browser) screen
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@3322 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/Makefile.am')
-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) |