aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-01-24 18:20:58 +0100
committerMax Kellermann <max@duempel.org>2012-01-24 20:49:53 +0100
commitd99f074eb73d5228528961a78c13419c2c4c26ae (patch)
tree26749b6a0feb81d1bda7d0e1511d38ba1716cfcd /Makefile.am
parenta989140a0767823fcec4ef745b639b92838413f9 (diff)
directory: replace dirvec with doubly linked list
Random access is not needed, and a linked list is easier to manage: we don't need to (re-)allocate the pointer array.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 546d0cdc..1cec459f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -90,7 +90,6 @@ mpd_headers = \
src/inotify_source.h \
src/inotify_queue.h \
src/inotify_update.h \
- src/dirvec.h \
src/gcc.h \
src/decoder_list.h \
src/decoder_print.h \
@@ -257,7 +256,6 @@ src_mpd_SOURCES = \
src/db_visitor.h \
src/db_selection.h \
src/db/simple_db_plugin.c src/db/simple_db_plugin.h \
- src/dirvec.c \
src/exclude.c \
src/fd_util.c \
src/fifo_buffer.c src/fifo_buffer.h \