summaryrefslogtreecommitdiff
path: root/src/plugin_common/Makefile.am
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-09-11 17:08:05 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-09-11 17:08:05 +0000
commit17ed10b675b3486c1ef4074f18e0a92454a056d4 (patch)
tree40b052a30b481e920c1daf8b947c231b8b13304b /src/plugin_common/Makefile.am
parente5dd837c6a2a9d03b733a6f48f1639e50601f39b (diff)
downloadflac-17ed10b675b3486c1ef4074f18e0a92454a056d4.tar.gz
fix noinst_HEADERS; missing vorbiscomment.h
Diffstat (limited to 'src/plugin_common/Makefile.am')
-rw-r--r--src/plugin_common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin_common/Makefile.am b/src/plugin_common/Makefile.am
index 5f9b9b1a..272196b2 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 = \