summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2003-03-30 23:40:56 +0000
committerMonty <xiphmont@xiph.org>2003-03-30 23:40:56 +0000
commita4c6794f438526b35bb43741a39a8049699a53db (patch)
tree2b2dcd419aea502c6be26f571ed8735654ac1eed /Makefile.am
parent3c764af8013b5b153d3e97311d56a8741536f4cf (diff)
downloadtremor-a4c6794f438526b35bb43741a39a8049699a53db.tar.gz
Fix several minor bits of merge weirdness spotted by slothead.
git-svn-id: https://svn.xiph.org/trunk/Tremor@4570 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d0a6c16..9041c4f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES = -I./
lib_LTLIBRARIES = libvorbisidec.la
-libvorbisidec_la_SOURCES = mdct.c block.c window.c misc.c\
+libvorbisidec_la_SOURCES = mdct.c block.c window.c \
synthesis.c info.c \
floor1.c floor0.c vorbisfile.c \
res012.c mapping0.c registry.c codebook.c \