[xorg-commit-diffs] xc/programs/xlogo Imakefile,1.1.4.3,1.1.4.4
Roland Mainz
xorg-commit at pdx.freedesktop.org
Wed Apr 21 20:03:54 EST 2004
- Previous message: [xorg-commit-diffs] xc/programs/Xserver/os utils.c, 1.1.4.9,
1.1.4.10
- Next message: [xorg-commit-diffs] xc/programs/xphelloworld/xpxmhelloworld
Imakefile, NONE, 1.1.4.1 xpxmhelloworld.c, NONE,
1.1.4.1 xpxmhelloworld.html, NONE, 1.1.4.1 xpxmhelloworld.man,
NONE, 1.1.4.1 xpxmhelloworld.sgml, NONE, 1.1.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: gisburn
Update of /cvs/xorg/xc/programs/xlogo
In directory pdx:/tmp/cvs-serv5532/programs/xlogo
Modified Files:
Tag: XORG-CURRENT
Imakefile
Log Message:
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 - Land XPRINT branch on XORG-CURRENT
Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/programs/xlogo/Imakefile,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -u -d -r1.1.4.3 -r1.1.4.4
--- a/Imakefile 5 Mar 2004 13:41:36 -0000 1.1.4.3
+++ b/Imakefile 21 Apr 2004 10:03:42 -0000 1.1.4.4
@@ -13,12 +13,15 @@
XRENDERDEPS = XftClientDepLibs
XRENDERLIBS = XftClientLibs
XRENDERINCS = $(XFTINCLUDES) $(XRENDERINCLUDES) -I$(XBUILDINCDIR)
+
+ RENDER_SRCS = RenderLogo.c
+ RENDER_OBJS = RenderLogo.o
#endif
DEPLIBS = $(XRENDERDEPS) XawClientDepLibs XkbClientDepLibs
LOCAL_LIBRARIES = $(XRENDERLIBS) XawClientLibs XkbClientLibs
- SRCS = xlogo.c Logo.c RenderLogo.c
- OBJS = xlogo.o Logo.o RenderLogo.o
+ SRCS = xlogo.c Logo.c $(RENDER_SRCS)
+ OBJS = xlogo.o Logo.o $(RENDER_OBJS)
HEADERS = LogoP.h Logo.h RenderLogo.h
INCLUDES = $(XRENDERINCS)
DEFINES = $(XRENDERDEFS) XkbClientDefines
- Previous message: [xorg-commit-diffs] xc/programs/Xserver/os utils.c, 1.1.4.9,
1.1.4.10
- Next message: [xorg-commit-diffs] xc/programs/xphelloworld/xpxmhelloworld
Imakefile, NONE, 1.1.4.1 xpxmhelloworld.c, NONE,
1.1.4.1 xpxmhelloworld.html, NONE, 1.1.4.1 xpxmhelloworld.man,
NONE, 1.1.4.1 xpxmhelloworld.sgml, NONE, 1.1.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list