summaryrefslogtreecommitdiff
path: root/src/plugin_common/Makefile.am
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2003-12-17 04:51:06 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2003-12-17 04:51:06 +0000
commit9c650a561aee741d64497de7bd987baf69747587 (patch)
tree2eeef1e17b89e17d943f2a546cc4fd714e18f1de /src/plugin_common/Makefile.am
parent628f4efc55dee0ff4efcc5a43c4c408431a5fdd0 (diff)
downloadflac-9c650a561aee741d64497de7bd987baf69747587.tar.gz
add undocumented option --apply-replaygain-which-is-not-lossless to flac; required a lot of reorganization; gain_analysis lib renamed to replaygain_analyis; replaygain_synthesis moved out of plugin_common into its own library in share/
Diffstat (limited to 'src/plugin_common/Makefile.am')
-rw-r--r--src/plugin_common/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugin_common/Makefile.am b/src/plugin_common/Makefile.am
index 687791a3..4d5e9aca 100644
--- a/src/plugin_common/Makefile.am
+++ b/src/plugin_common/Makefile.am
@@ -2,8 +2,6 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = include .
-
INCLUDES = -I$(top_srcdir)/include @ID3LIB_CFLAGS@
noinst_LTLIBRARIES = libplugin_common.la
@@ -17,7 +15,6 @@ noinst_HEADERS = \
id3v1.h \
id3v2.h \
locale_hack.h \
- replaygain_synthesis.h \
vorbiscomment.h
libplugin_common_la_SOURCES = \
@@ -26,7 +23,6 @@ libplugin_common_la_SOURCES = \
dither.c \
id3v1.c \
id3v2.c \
- replaygain_synthesis.c \
vorbiscomment.c
EXTRA_DIST = \