diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2006-08-04 11:57:52 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2006-08-04 11:57:52 +0000 |
commit | 58bcdbb875354d39246370b0be71d637ecf5f5de (patch) | |
tree | e86184fb699d7018f302f25b818b008c5ccd2159 /src/Makefile.am | |
parent | f33325d8e23494f7580b1040d9fd85c92d9b94bb (diff) | |
download | mpd-58bcdbb875354d39246370b0be71d637ecf5f5de.tar.gz mpd-58bcdbb875354d39246370b0be71d637ecf5f5de.tar.xz mpd-58bcdbb875354d39246370b0be71d637ecf5f5de.zip |
use the tree for the tagTracker.
git-svn-id: https://svn.musicpd.org/mpd/branches/mpd-tree@4545 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1dfcd476e..e7f301703 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -68,6 +68,7 @@ mpd_headers = \ stats.h \ tag.h \ tagTracker.h \ + tree.h \ utf8.h \ utils.h \ volume.h @@ -116,6 +117,7 @@ mpd_SOURCES = \ stats.c \ tag.c \ tagTracker.c \ + tree.c \ utils.c \ volume.c \ utf8.c |