Code

Major cleanup of the mpd client code (mpc->mpdclient)
[ncmpc.git] / src / Makefile.am
index 0554098b92762611838ede0fda85885705dd2b37..2d99bc103761b3a14014d3b57e8721893772c4f6 100644 (file)
@@ -9,15 +9,15 @@ ncmpc_LDADD = $(GLIB_LIBS)
 AM_CPPFLAGS = $(GLIB_CFLAGS) -DLOCALE_DIR=\""$(datadir)/locale"\" -DSYSCONFDIR=\""$(sysconfdir)"\"
 
 
-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 \
-                wreadln.h ncmpc.h
+ncmpc_headers = libmpdclient.h mpdclient.h options.h conf.h command.h \
+                screen.h screen_utils.h list_window.h colors.h support.h \
+                wreadln.h strfsong.h ncmpc.h
 
-ncmpc_SOURCES = libmpdclient.c main.c mpc.c options.c conf.c command.c \
+ncmpc_SOURCES = libmpdclient.c main.c mpdclient.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 screen_clock.c \
-                list_window.c colors.c support.c wreadln.c $(ncmpc_headers)
+                list_window.c colors.c support.c wreadln.c strfsong.c \
+                $(ncmpc_headers)