[xiph-cvs] cvs commit: vorbis-tools/vcut Makefile.am
Michael Smith
msmith at xiph.org
Wed Jul 4 07:58:41 PDT 2001
msmith 01/07/04 07:58:41
Modified: . configure.in Makefile.am
Added: vcut Makefile.am
Log:
Add vcut to build system.
Revision Changes Path
1.23 +1 -1 vorbis-tools/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- configure.in 2001/07/02 09:42:44 1.22
+++ configure.in 2001/07/04 14:58:40 1.23
@@ -84,4 +84,4 @@
AC_SUBST(PROFILE)
AC_SUBST(SOCKET_LIBS)
-AC_OUTPUT(Makefile oggenc/Makefile oggenc/man/Makefile ogg123/Makefile vorbiscomment/Makefile ogginfo/Makefile debian/Makefile)
+AC_OUTPUT(Makefile oggenc/Makefile oggenc/man/Makefile ogg123/Makefile vorbiscomment/Makefile vcut/Makefile ogginfo/Makefile debian/Makefile)
1.7 +1 -1 vorbis-tools/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.am 2001/06/18 02:24:25 1.6
+++ Makefile.am 2001/07/04 14:58:40 1.7
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign dist-zip
-SUBDIRS = oggenc ogg123 vorbiscomment ogginfo debian
+SUBDIRS = oggenc ogg123 vorbiscomment vcut ogginfo debian
EXTRA_DIST = README AUTHORS COPYING vorbis-tools.spec acinclude.m4
1.1 vorbis-tools/vcut/Makefile.am
Index: Makefile.am
===================================================================
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
bin_PROGRAMS = vcut
INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@
vcut_LDADD = @VORBIS_LIBS@ @OGG_LIBS@
vcut_SOURCES = vcut.c vcut.h
debug:
$(MAKE) all CFLAGS="@DEBUG@"
profile:
$(MAKE) all CFLAGS="@PROFILE@"
--- >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