aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: abf121cb22a3a88b1c9c4f2403ac94f237085810 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# $Id$
#

bin_PROGRAMS = ncmpc

ncmpc_headers = libmpdclient.h mpc.h options.h conf.h command.h screen.h \
                screen_utils.h screen_play.h screen_file.h screen_search.h \
	        screen_help.h list_window.h colors.h support.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_keydef.c \
                list_window.c colors.c support.c $(ncmpc_headers)