aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-09-28 03:38:13 -0700
committerEric Wong <normalperson@yhbt.net>2008-09-28 19:38:38 -0700
commit52a56f14cb581febf36b92506f4d0db0ba7cf42c (patch)
tree8bace7af8687f23533fe3512d77c294401646e78 /src/Makefile.am
parentd78458da87bf2563cf5b73db451bb0c9ad17ad84 (diff)
downloadmpd-52a56f14cb581febf36b92506f4d0db0ba7cf42c.tar.gz
mpd-52a56f14cb581febf36b92506f4d0db0ba7cf42c.tar.xz
mpd-52a56f14cb581febf36b92506f4d0db0ba7cf42c.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.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 88774fff1..5962ed583 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,6 +41,7 @@ mpd_headers = \
dbUtils.h \
decode.h \
directory.h \
+ dirvec.h \
gcc.h \
inputPlugin.h \
inputPlugins/_flac_common.h \