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

Stan Seibert volsung at xiph.org
Wed Aug 6 14:49:37 PDT 2003



volsung     03/08/06 17:49:37

  Modified:    ogg123   Makefile.am
  Log:
  Prevent includes from being stomped by CFLAGS swapping used by
  "make debug" and "make profile".

Revision  Changes    Path
1.30      +1 -1      vorbis-tools/ogg123/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/Makefile.am,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- Makefile.am	24 Jun 2003 02:29:32 -0000	1.29
+++ Makefile.am	6 Aug 2003 21:49:37 -0000	1.30
@@ -11,7 +11,7 @@
 
 bin_PROGRAMS = ogg123
 
-CFLAGS = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ @CURL_CFLAGS@ \
+INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ @CURL_CFLAGS@ \
            @PTHREAD_CFLAGS@ @SHARE_CFLAGS@ @I18N_CFLAGS@
 
 ogg123_LDADD = @OGG123_FLAC_OBJS@ @OGG123_SPEEX_OBJS@ @SHARE_LIBS@ \

<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