aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-01-21 11:23:58 +0100
committerMax Kellermann <max@duempel.org>2012-01-24 20:49:52 +0100
commita989140a0767823fcec4ef745b639b92838413f9 (patch)
tree13d4d336e5d41c5d93281e6f7cd196457afc3a65 /Makefile.am
parent420a4c163d4147b6354244cba69fbdd78e17ced2 (diff)
util/list.h: import the Linux kernel's linked list library
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 63193132..546d0cdc 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 \