[xiph-cvs] cvs commit: vorbis-tools/oggenc Makefile.am

Jack Moffitt jack at xiph.org
Sat Nov 4 01:24:23 PST 2000



jack        00/11/04 01:24:23

  Modified:    oggenc   Makefile.am
  Log:
  this should be ready for you vakor

Revision  Changes    Path
1.5       +3 -1      vorbis-tools/oggenc/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am	2000/11/04 09:22:38	1.4
+++ Makefile.am	2000/11/04 09:24:22	1.5
@@ -6,7 +6,9 @@
 
 bin_PROGRAMS = oggenc
 
-oggenc_LDFLAGS = @VORBISENC_LIBS@
+INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@
+
+oggenc_LDFLAGS = @OGG_LIBS@ @VORBIS_LIBS@ @VORBISENC_LIBS@
 oggenc_SOURCES = oggenc.c audio.c encode.c oe_unix.c getopt.c getopt1.c\
                 oe_win32.c\
                 audio.h encode.h platform.h getopt.h

--- >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