[xiph-cvs] cvs commit: vorbis/lib Makefile.am
Jack Moffitt
jack at xiph.org
Sat Oct 21 11:06:15 PDT 2000
jack 00/10/21 11:06:15
Modified: lib Tag: branch_beta3 Makefile.am
Log:
make dist fixes that i forgot to commit
Revision Changes Path
No revision
No revision
1.2.2.1 +3 -2 vorbis/lib/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- Makefile.am 2000/10/12 03:12:52 1.2
+++ Makefile.am 2000/10/21 18:06:14 1.2.2.1
@@ -9,9 +9,10 @@
libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c lpc.c\
analysis.c synthesis.c psy.c info.c time0.c floor0.c\
res0.c mapping0.c registry.c codebook.c sharedbook.c\
- iir.c\
+ iir.c lookup.c\
envelope.h lpc.h lsp.h bookinternal.h misc.h psy.h\
- masking.h sharedbook.h iir.h os.h
+ masking.h sharedbook.h iir.h os.h mdct.h smallft.h\
+ registry.h scales.h window.h lookup.h lookup_data.h
libvorbis_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
libvorbisfile_la_SOURCES = vorbisfile.c
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list