[xorg-commit-diffs] xc/programs/xlogo Imakefile, 1.1.4.2.6.1, 1.1.4.2.6.1.6.1

Roland Mainz xorg-commit at pdx.freedesktop.org
Mon Apr 12 20:16:54 PDT 2004


Committed by: gisburn

Update of /cvs/xorg/xc/programs/xlogo
In directory pdx:/tmp/cvs-serv9732/xc/programs/xlogo

Modified Files:
      Tag: XPRINT
	Imakefile 
Log Message:
Fix for http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=462 - RFE: Merge xprint.mozdev.org Xprint enhancements into Xorg XPRINT branch

Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/programs/xlogo/Imakefile,v
retrieving revision 1.1.4.2.6.1
retrieving revision 1.1.4.2.6.1.6.1
diff -u -d -r1.1.4.2.6.1 -r1.1.4.2.6.1.6.1
--- a/Imakefile	4 Mar 2004 17:49:14 -0000	1.1.4.2.6.1
+++ b/Imakefile	13 Apr 2004 03:16:47 -0000	1.1.4.2.6.1.6.1
@@ -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




More information about the xorg-commit-diffs mailing list