From a989140a0767823fcec4ef745b639b92838413f9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 21 Jan 2012 11:23:58 +0100 Subject: util/list.h: import the Linux kernel's linked list library --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 631931325..546d0cdc8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -227,6 +227,8 @@ src_mpd_SOURCES = \ $(DECODER_SRC) \ $(OUTPUT_API_SRC) \ $(MIXER_API_SRC) \ + src/util/list.h \ + src/util/list_sort.c src/util/list_sort.h \ src/glib_socket.h \ src/notify.c \ src/audio_config.c src/audio_config.h \ -- cgit v1.2.3