diff options
Diffstat (limited to 'fontconfig/src')
-rw-r--r-- | fontconfig/src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/src/makefile b/fontconfig/src/makefile index 024ca979d..52e4e8fa1 100644 --- a/fontconfig/src/makefile +++ b/fontconfig/src/makefile @@ -20,6 +20,7 @@ CSRCS = \ fccache.c \ fccfg.c \ fccharset.c \ + fccompat.c \ fcdbg.c \ fcdefault.c \ fcdir.c \ @@ -50,7 +51,6 @@ PUBLIC_FILES = \ PUBLIC_FT_FILES = \ ..\fontconfig\fcfreetype.h -DEFINES += FC_CACHEDIR="""getenv(\"""TEMP\""")""" FC_DEFAULT_FONTS="""WINDOWSFONTDIR""" INCLUDES := .. $(OBJDIR) $(INCLUDES) $(MHMAKECONF)\freetype\include $(MHMAKECONF)\libxml2\include $(MHMAKECONF)\iconv\include fcalias.h fcaliastail.h: makealias.py $(PUBLIC_FILES) |