[xiph-cvs] cvs commit: ices/src Makefile.am config.c
Jack Moffitt
jack at xiph.org
Sun Oct 21 09:22:41 PDT 2001
jack 01/10/21 09:22:41
Modified: . Makefile.am
src Makefile.am config.c
Log:
False positive on fix. Now it's really fixed.
Revision Changes Path
1.3 +2 -2 ices/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ices/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am 2001/09/10 03:10:05 1.2
+++ Makefile.am 2001/10/21 16:22:40 1.3
@@ -10,7 +10,7 @@
GET = true
debug:
- $(MAKE) all CFLAGS="@DEBUG@"
+ $(MAKE) all CFLAGS="@DEBUG@ @XML_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHOUT_CFLAGS@"
profile:
- $(MAKE) all CFLAGS="@PROFILE@"
+ $(MAKE) all CFLAGS="@PROFILE@ @XML_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHOUT_CFLAGS@"
1.5 +2 -2 ices/src/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ices/src/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am 2001/10/21 15:58:56 1.4
+++ Makefile.am 2001/10/21 16:22:40 1.5
@@ -37,8 +37,8 @@
GET = true
debug:
- $(MAKE) all CFLAGS="@DEBUG@"
+ $(MAKE) all CFLAGS="@DEBUG@ @XML_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHOUT_CFLAGS@"
profile:
- $(MAKE) all CFLAGS="@PROFILE@"
+ $(MAKE) all CFLAGS="@PROFILE@ @XML_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHOUT_CFLAGS@"
1.3 +3 -3 ices/src/config.c
Index: config.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/config.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- config.c 2001/09/25 12:04:21 1.2
+++ config.c 2001/10/21 16:22:40 1.3
@@ -1,7 +1,7 @@
/* config.c
* - config file reading code, plus default settings.
*
- * $Id: config.c,v 1.2 2001/09/25 12:04:21 msmith Exp $
+ * $Id: config.c,v 1.3 2001/10/21 16:22:40 jack Exp $
*
* Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
*
@@ -17,8 +17,8 @@
#include <time.h>
/* these might need tweaking for other systems */
-#include <gnome-xml/xmlmemory.h>
-#include <gnome-xml/parser.h>
+#include <xmlmemory.h>
+#include <parser.h>
#include "thread.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