diff options
author | Kalle Wallin <kaw@linux.se> | 2004-04-19 22:12:53 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-04-19 22:12:53 +0000 |
commit | 7e3af33b2a6623f026fe80eb8c5026817f9d444a (patch) | |
tree | 261501be61897d6872cd26657a275b33bed49426 /Makefile.am | |
parent | 230b0fe73ac3a07293d495e895207b43cdfb3369 (diff) | |
download | mpd-7e3af33b2a6623f026fe80eb8c5026817f9d444a.tar.gz mpd-7e3af33b2a6623f026fe80eb8c5026817f9d444a.tar.xz mpd-7e3af33b2a6623f026fe80eb8c5026817f9d444a.zip |
Added keydef screen
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@834 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 50f0f11ba..bada1ea01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ ncmpc_headers = libmpdclient.h mpc.h options.h conf.h command.h screen.h \ ncmpc_SOURCES = libmpdclient.c main.c mpc.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_search.c screen_help.c screen_keydef.c \ list_window.c support.c $(ncmpc_headers) |