diff options
author | Max Kellermann <max@duempel.org> | 2012-01-21 11:23:58 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-01-24 20:49:52 +0100 |
commit | a989140a0767823fcec4ef745b639b92838413f9 (patch) | |
tree | 13d4d336e5d41c5d93281e6f7cd196457afc3a65 /Makefile.am | |
parent | 420a4c163d4147b6354244cba69fbdd78e17ced2 (diff) | |
download | mpd-a989140a0767823fcec4ef745b639b92838413f9.tar.gz mpd-a989140a0767823fcec4ef745b639b92838413f9.tar.xz mpd-a989140a0767823fcec4ef745b639b92838413f9.zip |
util/list.h: import the Linux kernel's linked list library
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |