Displaying 2 results from an estimated 2 matches for "vorbiscomment_sourc".
Did you mean:
vorbiscomment_sources
2001 Jan 20
2
Makefile.am patch
...sroot/vorbis-tools/vorbiscomment/Makefile.am,v
retrieving revision 1.6
diff -c -r1.6 Makefile.am
*** Makefile.am 2001/01/19 11:39:23 1.6
--- Makefile.am 2001/01/20 13:52:55
***************
*** 6,12 ****
INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@
! vorbiscomment_LDFLAGS = @OGG_LIBS@ @VORBIS_LIBS@
vorbiscomment_SOURCES = vcedit.c vcedit.h vcomment.c
debug:
--- 6,12 ----
INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@
! vorbiscomment_LDADD = @VORBIS_LIBS@ @OGG_LIBS@
vorbiscomment_SOURCES = vcedit.c vcedit.h vcomment.c
debug:
{+} Jeff Squyres
{+} squyres@cse.nd.edu
{+} Perpetual Obsessive Notre Dame Student...
2002 Aug 14
0
automake 1.6 compatability patch
...-bin_PROGRAMS = vorbiscomment
+bin_PROGRAMS = @VORBISCOMMENT@
+EXTRA_PROGRAMS = vorbiscomment
mandir = @MANDIR@
man_MANS = $(mans)
+EXTRA_MANS = $(man_pages)
INCLUDES = @SHARE_CFLAGS@ @I18N_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@
@@ -21,10 +27,6 @@
vorbiscomment_DEPENDENCIES = @SHARE_LIBS@
vorbiscomment_SOURCES = $(vorbiscommentsources)
-
-endif
-
-EXTRA_DIST = $(vorbiscommentsources) $(mans)
debug:
$(MAKE) all CFLAGS="@DEBUG@"
Index: vorbiscomment/vcomment.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbiscomment/vcommen...