[cairo-commit] cairo-demo/X11 ChangeLog,1.7,1.8 Makefile,1.3,1.4
Owen Taylor
commit at pdx.freedesktop.org
Thu Oct 28 12:42:29 PDT 2004
Committed by: otaylor
Update of /cvs/cairo/cairo-demo/X11
In directory gabe:/tmp/cvs-serv9370
Modified Files:
ChangeLog Makefile
Log Message:
Thu Oct 28 15:37:55 2004 Owen Taylor <otaylor at redhat.com>
* Makefile (PROGS): Remove various non-checked-in test
programs that crept in.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-demo/X11/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ChangeLog 11 May 2004 14:45:32 -0000 1.7
+++ ChangeLog 28 Oct 2004 19:42:26 -0000 1.8
@@ -1,3 +1,8 @@
+Thu Oct 28 15:37:55 2004 Owen Taylor <otaylor at redhat.com>
+
+ * Makefile (PROGS): Remove various non-checked-in test
+ programs that crept in.
+
2004-05-11 Ãyvind KolÃ¥s <oeyvindk at hig.no>
* *.[ch] : replace ct with cr
Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-demo/X11/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 31 Aug 2004 19:39:32 -0000 1.3
+++ Makefile 28 Oct 2004 19:42:26 -0000 1.4
@@ -1,7 +1,7 @@
CFLAGS+=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo`
LDFLAGS+=`pkg-config --libs cairo`
-PROGS=cairo-demo cairo-spline cairo-knockout cairo-spline-broken cairo-line rkumar-bug
+PROGS=cairo-demo cairo-spline cairo-knockout
all: $(PROGS)
More information about the cairo-commit
mailing list