aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 66eea5fff..15efaf78e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -82,9 +82,10 @@ mpd_headers = \
state_file.h \
stats.h \
tag.h \
- tagTracker.h \
- tree.h \
+ tag_pool.h \
+ tag_id3.h \
utf8.h \
+ strset.h \
utils.h \
volume.h \
ioops.h \
@@ -139,8 +140,9 @@ mpd_SOURCES = \
state_file.c \
stats.c \
tag.c \
- tagTracker.c \
- tree.c \
+ tag_pool.c \
+ tag_id3.c \
+ strset.c \
utils.c \
volume.c \
utf8.c \