From 8135d7dbf86043fb5f4e960ef4d976e4908631f3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 16 Sep 2008 19:11:39 +0200 Subject: libmpdclient: moved code to song.c Move everything which manipulates the mpd_Song struct to song.c. Thousands of lines of too much for libmpdclient.c! --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 53342ff54..857c97cc2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,7 @@ ncmpc_LDADD = \ ncmpc_headers = \ libmpdclient.h\ + song.h \ mpdclient.h\ easy_download.h\ options.h\ @@ -41,6 +42,7 @@ lyr_src=${lyr_src_fixed} ncmpc_SOURCES = \ libmpdclient.c\ + song.c \ main.c\ mpdclient.c\ options.c\ -- cgit v1.2.3