[xorg-commit-diffs] xc/lib Imakefile, 1.1.4.2.6.2.6.2, 1.1.4.2.6.2.6.3

Roland Mainz xorg-commit at pdx.freedesktop.org
Tue Apr 13 16:32:23 PDT 2004


Committed by: gisburn

Update of /cvs/xorg/xc/lib
In directory pdx:/tmp/cvs-serv11011/lib

Modified Files:
      Tag: XPRINT
	Imakefile 
Log Message:
Fix for http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=466 - RFE: Add XawPrintShell to the Athena toolkit library

Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/lib/Imakefile,v
retrieving revision 1.1.4.2.6.2.6.2
retrieving revision 1.1.4.2.6.2.6.3
diff -u -d -r1.1.4.2.6.2.6.2 -r1.1.4.2.6.2.6.3
--- a/Imakefile	13 Apr 2004 03:16:31 -0000	1.1.4.2.6.2.6.2
+++ b/Imakefile	13 Apr 2004 23:32:20 -0000	1.1.4.2.6.2.6.3
@@ -8,7 +8,7 @@
 #define IHaveSubdirs
 #define PassCDebugFlags
 
-#if BuildXaw6 && BuildLibraries
+#if BuildXaw6 && BuildXprintLib && BuildLibraries
 XAW6LIBDIR = Xaw6
 #endif
 
@@ -190,7 +190,9 @@
 XMULIBDIR = Xmu
 XMUULIBDIR = Xmuu
 XPMLIBDIR = Xpm
+#if BuildXprintLib
 XAWLIBDIR = Xaw
+#endif
 XTSTLIBDIR = Xtst
 FSLIBDIR = FS
 #endif
@@ -200,9 +202,9 @@
              $(OLDXLIBDIR) $(ICELIBDIR) $(SMLIBDIR) $(XEXTLIBDIR) $(XTLIBDIR) \
              $(SSLIBDIR) $(XF86MISCLIBDIR) $(XF86VMLIBDIR) $(XF86DGALIBDIR) \
              $(XF86RUSHLIBDIR) $(XMULIBDIR) $(XMUULIBDIR) $(XPMLIBDIR) \
-             $(XAW6LIBDIR) $(XAWLIBDIR) $(XINPUTLIBDIR) \
+             $(XPRINTLIBDIRS) $(XAW6LIBDIR) $(XAWLIBDIR) $(XINPUTLIBDIR) \
              $(XTSTLIBDIR) $(FSLIBDIR) $(XKBLIBDIR) \
-             $(XKBUILIBDIR) $(LBXUTILDIR) $(XALIBDIR) $(XPRINTLIBDIRS) \
+             $(XKBUILIBDIR) $(LBXUTILDIR) $(XALIBDIR) \
              $(XVLIBDIR) $(GLXLIBDIR) $(GLULIBDIR) $(GLWLIBDIR) \
              $(DPSLIBDIR) $(DPSTKLIBDIR) $(PSRESLIBDIR) $(XINERAMADIR) \
              $(ZLIBDIR) $(REGEXDIR) $(RENDERLIBDIR) $(FREETYPE2BUILDDIR) \




More information about the xorg-commit-diffs mailing list