aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-04-19 22:12:53 +0000
committerKalle Wallin <kaw@linux.se>2004-04-19 22:12:53 +0000
commit7e3af33b2a6623f026fe80eb8c5026817f9d444a (patch)
tree261501be61897d6872cd26657a275b33bed49426 /Makefile.am
parent230b0fe73ac3a07293d495e895207b43cdfb3369 (diff)
downloadmpd-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.am2
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)