diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-08-30 05:44:32 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-08-30 05:44:32 +0000 |
commit | 5b907221533cfb75a65d3bcd7ba260d6fd69493e (patch) | |
tree | 4faf82c5f6f427881c4efa337c751a43d3f332ab /src/plugin_common/Makefile.am | |
parent | 892e6f518461d8f493a942bcd291ed126c0c3bca (diff) | |
download | flac-5b907221533cfb75a65d3bcd7ba260d6fd69493e.tar.gz |
add vorbiscomment.{c,h}
Diffstat (limited to 'src/plugin_common/Makefile.am')
-rw-r--r-- | src/plugin_common/Makefile.am | 6 |
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 \ |