summaryrefslogtreecommitdiff
path: root/src/plugin_common/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin_common/Makefile.am')
-rw-r--r--src/plugin_common/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugin_common/Makefile.am b/src/plugin_common/Makefile.am
index bd9256ba..4e927810 100644
--- a/src/plugin_common/Makefile.am
+++ b/src/plugin_common/Makefile.am
@@ -12,14 +12,16 @@ noinst_HEADERS = \
charset.h \
dither.h \
id3v1.h \
- id3v2.h
+ id3v2.h \
+ vorbiscomment.h
libplugin_common_a_SOURCES = \
canonical_tag.c \
charset.c \
dither.c \
id3v1.c \
- id3v2.c
+ id3v2.c \
+ vorbiscomment.c
EXTRA_DIST = \
Makefile.lite \