Code

Addded support for the mpd update command (CMD_DB_UPDATE)
[ncmpc.git] / src / Makefile.am
1 #
2 # $Id$
3 #
5 bin_PROGRAMS = ncmpc
7 ncmpc_headers = libmpdclient.h mpc.h options.h conf.h command.h screen.h \
8                 screen_utils.h screen_play.h screen_file.h screen_search.h \
9                 screen_help.h list_window.h colors.h support.h 
11 ncmpc_SOURCES = libmpdclient.c main.c mpc.c options.c conf.c command.c \
12                 screen.c screen_utils.c screen_play.c screen_file.c \
13                 screen_search.c screen_help.c screen_keydef.c \
14                 list_window.c colors.c support.c $(ncmpc_headers)