summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorcalc <calc@xiph.org>2002-10-10 03:23:32 +0000
committercalc <calc@xiph.org>2002-10-10 03:23:32 +0000
commitd5fbd551bfbb593751adb883d51a74e917b62c07 (patch)
tree822a63f6d45d4d545d13c1240c4e3571a6a9991c /Makefile.am
parent62fbf80caa6f2d4520e8e16fc24cb537b7b10328 (diff)
downloadtremor-d5fbd551bfbb593751adb883d51a74e917b62c07.tar.gz
fixed since lookup_data.h no longer exists
git-svn-id: https://svn.xiph.org/trunk/Tremor@3981 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 7c571cb..e38c165 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ libvorbisidec_la_SOURCES = mdct.c block.c window.c \
sharedbook.c framing.c bitwise.c \
codebook.h misc.h mdct_lookup.h\
os.h mdct.h ivorbisfile.h lsp_lookup.h\
- registry.h window.h lookup_data.h\
+ registry.h window.h\
codec_internal.h backends.h ogg.h \
asm_arm.h ivorbiscodec.h
libvorbisidec_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@