aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 98a5412fe..8b1f3d1f6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,6 +51,7 @@ mpd_headers = \
song.h \
stats.h \
tag.h \
+ tagTracker.h \
utf8.h \
utils.h \
volume.h
@@ -93,6 +94,7 @@ mpd_SOURCES = \
song.c \
stats.c \
tag.c \
+ tagTracker.c \
utils.c \
volume.c \
utf8.c