aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-16 19:11:39 +0200
committerMax Kellermann <max@duempel.org>2008-09-16 19:11:39 +0200
commit8135d7dbf86043fb5f4e960ef4d976e4908631f3 (patch)
tree5c22757916b32212d47d16b3fc4f8a595df738d9 /src/Makefile.am
parent9653c35fe54e6c7b4a7764254d6a5283eb859039 (diff)
downloadmpd-8135d7dbf86043fb5f4e960ef4d976e4908631f3.tar.gz
mpd-8135d7dbf86043fb5f4e960ef4d976e4908631f3.tar.xz
mpd-8135d7dbf86043fb5f4e960ef4d976e4908631f3.zip
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!
Diffstat (limited to '')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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\