aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-02 18:41:35 +0100
committerMax Kellermann <max@duempel.org>2009-01-02 18:41:35 +0100
commit7a8ef820a4c76c83ad1d0e8eb59c1a186d9fa448 (patch)
treeebbda7a9a0a881f312b5b20f452f45caa11d43c7 /src/Makefile.am
parente943b9bf13295595a21129dfac425c13209890ca (diff)
downloadmpd-7a8ef820a4c76c83ad1d0e8eb59c1a186d9fa448.tar.gz
mpd-7a8ef820a4c76c83ad1d0e8eb59c1a186d9fa448.tar.xz
mpd-7a8ef820a4c76c83ad1d0e8eb59c1a186d9fa448.zip
list: removed linked list library
It's been superseded by GLib's GSList.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6bb12fda6..1e1e82598 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,7 +38,6 @@ mpd_headers = \
input_file.h \
input_curl.h \
client.h \
- list.h \
dlist.h \
listen.h \
log.h \
@@ -119,7 +118,6 @@ mpd_SOURCES = \
input_stream.c \
input_file.c \
client.c \
- list.c \
listen.c \
log.c \
ls.c \