[xorg-commit-diffs] xc/lib/freetype2/freetype Imakefile, 1.1.4.2,
1.1.4.3
Egbert Eich
xorg-commit at pdx.freedesktop.org
Thu Apr 15 03:15:16 PDT 2004
Committed by: eich
Update of /cvs/xorg/xc/lib/freetype2/freetype
In directory pdx:/home/eich/tstbuild/xc/lib/freetype2/freetype
Modified Files:
Tag: XORG-CURRENT
Imakefile
Log Message:
2004-04-15 Egbert Eich <eich at freedesktop.org>
Merged changes from RELEASE-1 branch
Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/lib/freetype2/freetype/Imakefile,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -u -d -r1.1.4.2 -r1.1.4.3
--- a/Imakefile 5 Mar 2004 13:39:42 -0000 1.1.4.2
+++ b/Imakefile 15 Apr 2004 10:15:11 -0000 1.1.4.3
@@ -25,13 +25,13 @@
ftmac.h \
ftmm.h \
ftmoderr.h \
- ftmodule.h \
+ ftmodapi.h \
ftoutln.h \
ftpfr.h \
ftrender.h \
ftsizes.h \
ftsnames.h \
- ftstroker.h \
+ ftstroke.h \
ftsynth.h \
ftsysio.h \
ftsysmem.h \
@@ -43,7 +43,8 @@
t1tables.h \
ttnameid.h \
tttables.h \
- tttags.h
+ tttags.h \
+ ttunpat.h
BuildIncludes($(HEADERS),freetype2/freetype,../..)
InstallMultipleFlags($(HEADERS),$(INCDIR)/freetype2/freetype,$(INSTINCFLAGS))
@@ -63,13 +64,13 @@
LinkSourceFile(ftmac.h,$(FREETYPEINC))
LinkSourceFile(ftmm.h,$(FREETYPEINC))
LinkSourceFile(ftmoderr.h,$(FREETYPEINC))
-LinkSourceFile(ftmodule.h,$(FREETYPEINC))
+LinkSourceFile(ftmodapi.h,$(FREETYPEINC))
LinkSourceFile(ftoutln.h,$(FREETYPEINC))
LinkSourceFile(ftpfr.h,$(FREETYPEINC))
LinkSourceFile(ftrender.h,$(FREETYPEINC))
LinkSourceFile(ftsizes.h,$(FREETYPEINC))
LinkSourceFile(ftsnames.h,$(FREETYPEINC))
-LinkSourceFile(ftstroker.h,$(FREETYPEINC))
+LinkSourceFile(ftstroke.h,$(FREETYPEINC))
LinkSourceFile(ftsynth.h,$(FREETYPEINC))
LinkSourceFile(ftsysio.h,$(FREETYPEINC))
LinkSourceFile(ftsysmem.h,$(FREETYPEINC))
@@ -82,5 +83,6 @@
LinkSourceFile(ttnameid.h,$(FREETYPEINC))
LinkSourceFile(tttables.h,$(FREETYPEINC))
LinkSourceFile(tttags.h,$(FREETYPEINC))
+LinkSourceFile(ttunpat.h,$(FREETYPEINC))
DependSubdirs($(SUBDIRS))
More information about the xorg-commit-diffs
mailing list