aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 70306c125..d8640d304 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,8 +81,9 @@ mpd_headers = \
state_file.h \
stats.h \
tag.h \
+ tag_pool.h \
+ tag_id3.h \
tagTracker.h \
- tree.h \
utf8.h \
utils.h \
volume.h \
@@ -138,8 +139,9 @@ mpd_SOURCES = \
state_file.c \
stats.c \
tag.c \
+ tag_pool.c \
+ tag_id3.c \
tagTracker.c \
- tree.c \
utils.c \
volume.c \
utf8.c \