[xiph-cvs] cvs commit: vorbis/examples Makefile.am Makefile.in
Jack Moffitt
jack at xiph.org
Wed Oct 4 16:06:36 PDT 2000
jack 00/10/04 16:06:36
Modified: . Tag: branch_postbeta2 Makefile.am configure.in
Added: examples Tag: branch_postbeta2 Makefile.am
Removed: examples Tag: branch_postbeta2 Makefile.in
Log:
convience fixes. no longer need a 'make install' to play with example code.
make install will also NOT install example binaries, but SHOULD install
sources
Revision Changes Path
No revision
No revision
1.1.4.2 +1 -1 vorbis/Attic/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/Attic/Makefile.am,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -r1.1.4.1 -r1.1.4.2
--- Makefile.am 2000/09/27 06:20:52 1.1.4.1
+++ Makefile.am 2000/10/04 23:06:34 1.1.4.2
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign dist-zip
-SUBDIRS = lib include doc
+SUBDIRS = lib include doc examples
EXTRA_DIST = README COPYING todo.txt libvorbis.spec
1.20.2.5 +1 -1 vorbis/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.20.2.4
retrieving revision 1.20.2.5
diff -u -r1.20.2.4 -r1.20.2.5
--- configure.in 2000/09/27 06:20:53 1.20.2.4
+++ configure.in 2000/10/04 23:06:34 1.20.2.5
@@ -166,4 +166,4 @@
AC_SUBST(CC)
AC_SUBST(pthread_lib)
-AC_OUTPUT(Makefile lib/Makefile doc/Makefile include/Makefile include/vorbis/Makefile include/vorbis/book/Makefile)
+AC_OUTPUT(Makefile lib/Makefile doc/Makefile include/Makefile include/vorbis/Makefile include/vorbis/book/Makefile examples/Makefile)
No revision
No revision
1.1.2.1 +23 -0 vorbis/examples/Attic/Makefile.am
--- >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