diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-09-29 13:11:40 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-29 13:11:40 +0200 |
commit | 3b8bc33a0454caf0521b4eb836ac0bbba293ece5 (patch) | |
tree | 901ae6f4ea8d0889216a75c4607289ccd4556c9c /src/Makefile.am | |
parent | 029f607e159c17e4a66b30bf083d6c1ae02c669b (diff) | |
download | mpd-3b8bc33a0454caf0521b4eb836ac0bbba293ece5.tar.gz mpd-3b8bc33a0454caf0521b4eb836ac0bbba293ece5.tar.xz mpd-3b8bc33a0454caf0521b4eb836ac0bbba293ece5.zip |
directory: replace DirectoryList with dirvec
Small memory reduction compared to songvec since most users have
much fewer dirs than songs, but still nice to have.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5fc4be55f..d0ef815d2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,6 +53,7 @@ mpd_headers = \ decoder_api.h \ decoder_internal.h \ directory.h \ + dirvec.h \ gcc.h \ decoder_list.h \ inputPlugins/_flac_common.h \ |