diff options
author | Max Kellermann <max@duempel.org> | 2008-10-31 09:19:34 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-31 09:19:34 +0100 |
commit | b7ee6febaa4f11fb6f795e0f60f5eba7b668d5ed (patch) | |
tree | d85142ce105f993f6ddc14dbdbb62679230a58f7 /src/Makefile.am | |
parent | 94cbdffb7244603c8b47b7fea6cee1d8bb729aa1 (diff) | |
download | mpd-b7ee6febaa4f11fb6f795e0f60f5eba7b668d5ed.tar.gz mpd-b7ee6febaa4f11fb6f795e0f60f5eba7b668d5ed.tar.xz mpd-b7ee6febaa4f11fb6f795e0f60f5eba7b668d5ed.zip |
removed the sllist library
The "simple singly-linked-list" library has been replaced with GLib's
GList and GQueue.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 511ffac77..a4a519b40 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -62,7 +62,6 @@ mpd_headers = \ ringbuf.h \ signal_check.h \ sig_handlers.h \ - sllist.h \ song.h \ song_print.h \ song_save.h \ @@ -143,7 +142,6 @@ mpd_SOURCES = \ ringbuf.c \ sig_handlers.c \ signal_check.c \ - sllist.c \ song.c \ song_print.c \ song_save.c \ |