From 17ed10b675b3486c1ef4074f18e0a92454a056d4 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 11 Sep 2002 17:08:05 +0000 Subject: [PATCH] fix noinst_HEADERS; missing vorbiscomment.h --- src/plugin_common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin_common/Makefile.am b/src/plugin_common/Makefile.am index 5f9b9b1..272196b 100644 --- a/src/plugin_common/Makefile.am +++ b/src/plugin_common/Makefile.am @@ -13,7 +13,7 @@ noinst_HEADERS = \ dither.h \ id3v1.h \ id3v2.h \ - locale_hack.h + locale_hack.h \ vorbiscomment.h libplugin_common_a_SOURCES = \ -- 2.7.4