From a21d9cf6ac8661852e5d9ee5c73dea30568c84a9 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Fri, 19 Mar 2004 14:18:57 +0000 Subject: Renamed mpc-ncurses to ncmpc git-svn-id: https://svn.musicpd.org/ncmpc/trunk@295 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 82cfd5897..9731afbec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,21 +2,21 @@ # $Id: Makefile.am,v 1.5 2004/03/16 23:49:14 kalle Exp $ # -bin_PROGRAMS = mpc-ncurses +bin_PROGRAMS = ncmpc man_MANS = doc/ncmpc.1 pkgdata_DATA = docdir = $(prefix)/share/doc/$(PACKAGE) doc_DATA = AUTHORS README ChangeLog EXTRA_DIST = COPYING $(pkgdata_DATA) $(man_MANS) $(doc_DATA) -mpc_ncurses_headers = libmpdclient.h mpc.h options.h command.h screen.h \ +ncmpc_headers = libmpdclient.h mpc.h options.h command.h screen.h \ screen_utils.h screen_play.h screen_file.h screen_search.h \ screen_help.h support.h -mpc_ncurses_SOURCES = libmpdclient.c main.c mpc.c options.c command.c \ +ncmpc_SOURCES = libmpdclient.c main.c mpc.c options.c command.c \ screen.c screen_utils.c screen_play.c screen_file.c \ screen_search.c screen_help.c \ - support.c $(mpc_ncurses_headers) + support.c $(ncmpc_headers) -- cgit v1.2.3