[xiph-cvs] cvs commit: theora/lib Makefile.am
Ralph Giles
giles at xiph.org
Sat Jun 14 17:56:42 PDT 2003
giles 03/06/14 20:56:42
Modified: examples Makefile.am
lib Makefile.am
Log:
Correct header list in library makefile; remove a redundant EXTRA_DIST directive.
Revision Changes Path
1.14 +0 -1 theora/examples/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/theora/examples/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Makefile.am 15 Jun 2003 00:06:45 -0000 1.13
+++ Makefile.am 15 Jun 2003 00:56:42 -0000 1.14
@@ -33,4 +33,3 @@
profile:
$(MAKE) all CFLAGS="@PROFILE@"
-EXTRA_DIST = $(encoder_example_SOURCES)
<p><p>1.5 +1 -1 theora/lib/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am 4 Jun 2003 01:25:35 -0000 1.4
+++ Makefile.am 15 Jun 2003 00:56:42 -0000 1.5
@@ -9,7 +9,7 @@
encoder_lookup.h mcomp.c scan.c blockmap.c misc_common.c \
dct.c frarray.c pb.c dct_decode.c frinit.c pp.c dct_encode.c \
huffman.c pp.h toplevel.c decode.c huffman.h quant.c \
- comment.c toplevel_lookup.h toplevel.h
+ comment.c toplevel_lookup.h mcomp.h
libtheora_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
<p><p>--- >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