[Xorg-commit] xc/programs/fonttosfnt Imakefile,1.1,1.1.4.1

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Mon Dec 15 18:00:39 EET 2003


Committed by: kaleb

Update of /cvs/xorg/xc/programs/fonttosfnt
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/programs/fonttosfnt

Modified Files:
      Tag: XORG-CURRENT
	Imakefile 
Log Message:
bring AIX config into the 21st Century

Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/programs/fonttosfnt/Imakefile,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- Imakefile	25 Nov 2003 19:29:02 -0000	1.1
+++ Imakefile	15 Dec 2003 16:00:01 -0000	1.1.4.1
@@ -11,11 +11,9 @@
 OBJS = fonttosfnt.o read.o write.o struct.o util.o $(SETENV_OBJS)
 
 FONTENC_INCS = -I$(BUILDINCDIR)/X11/fonts
-FONTENC_LIBS = -lfontenc
 
 DEFINES  = $(SETENV_DEFINES) -DXFREE86_FT2
-INCLUDES = $(FONTENC_INCS) \
-	   $(FREETYPE2INCLUDES) -I$(XBUILDINCDIR)
-LOCAL_LIBRARIES = $(FREETYPE2LIB) $(FONTENC_LIBS) GzipLibrary MathLibrary
+INCLUDES = $(FONTENC_INCS) $(FREETYPE2INCLUDES) -I$(XBUILDINCDIR)
+LOCAL_LIBRARIES = $(FREETYPE2LIB) $(XFONTENCLIB) GzipLibrary MathLibrary
 
 ComplexProgramTarget(fonttosfnt)





More information about the xorg-commit mailing list