[xorg-commit-diffs] xc/programs Imakefile,1.1.4.4,1.1.4.5
Roland Mainz
xorg-commit at pdx.freedesktop.org
Wed Apr 21 20:03:20 EST 2004
Committed by: gisburn
Update of /cvs/xorg/xc/programs
In directory pdx:/tmp/cvs-serv5532/programs
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/Imakefile,v
retrieving revision 1.1.4.4
retrieving revision 1.1.4.5
diff -u -d -r1.1.4.4 -r1.1.4.5
--- a/Imakefile 15 Apr 2004 10:15:12 -0000 1.1.4.4
+++ b/Imakefile 21 Apr 2004 10:03:17 -0000 1.1.4.5
@@ -38,6 +38,9 @@
#if BuildLBX
LBXPROXYSRCDIR = lbxproxy
#endif
+#if BuildXprint
+ XPSRCDIRS = xplsprinters xphelloworld
+#endif
PROXYMGRSRCDIR = proxymngr
RSTARTSRCDIR = rstart
SMPROXYSRCDIR = smproxy
@@ -131,7 +134,7 @@
xsetroot $(XSMSRCDIR) xstdcmap $(XINPUTCLIENTDIRS) \
$(XTERMSRCDIR) $(XTRAPCLIENTDIRS) $(XVIDTUNESRCDIR) xwd xwininfo xwud \
$(XPMCLIENTDIRS) $(XVINFOSRCDIR) \
- $(XSSRCDIR) $(XASSRCDIR) $(LBXPROXYSRCDIR) $(SCRIPTSDIR) \
+ $(XSSRCDIR) $(XASSRCDIR) $(LBXPROXYSRCDIR) $(XPSRCDIRS) $(SCRIPTSDIR) \
$(GLXCLIENTDIRS) $(XRANDRDIR) $(XCURSORGENDIR)
#endif
More information about the xorg-commit-diffs
mailing list