From b7ee6febaa4f11fb6f795e0f60f5eba7b668d5ed Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 31 Oct 2008 09:19:34 +0100 Subject: removed the sllist library The "simple singly-linked-list" library has been replaced with GLib's GList and GQueue. --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3