aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9f4161a4..393207a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -198,6 +198,7 @@ mpd_headers = \
src/tag_table.h \
src/tag_ape.h \
src/tag_id3.h \
+ src/tag_rva2.h \
src/tag_print.h \
src/tag_save.h \
src/tokenizer.h \
@@ -405,6 +406,7 @@ TAG_SRC = \
if HAVE_ID3TAG
TAG_SRC += src/tag_id3.c \
+ src/tag_rva2.c \
src/riff.c src/aiff.c
endif