add replaygain_synthesis

This commit is contained in:
Josh Coalson
2002-11-01 04:27:46 +00:00
parent 348f112e83
commit 83bf6157e7
5 changed files with 23 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = include .
INCLUDES = -I$(top_srcdir)/include @ID3LIB_CFLAGS@
noinst_LIBRARIES = libplugin_common.a
@@ -10,10 +12,12 @@ noinst_HEADERS = \
all.h \
canonical_tag.h \
charset.h \
defs.h \
dither.h \
id3v1.h \
id3v2.h \
locale_hack.h \
replaygain_synthesis.h \
vorbiscomment.h
libplugin_common_a_SOURCES = \
@@ -22,6 +26,7 @@ libplugin_common_a_SOURCES = \
dither.c \
id3v1.c \
id3v2.c \
replaygain_synthesis.c \
vorbiscomment.c
EXTRA_DIST = \