diff options
author | marha <marha@users.sourceforge.net> | 2009-11-03 12:05:23 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-03 12:05:23 +0000 |
commit | fab66ae6256d6173752015025e78db67e5e45567 (patch) | |
tree | bb1c102545cc1c226cc747c01a5918bba11d52cb /libXfont/src/builtins | |
parent | 7f6aaf6514fccd3e4d6af2d29c2d1f7b4cb8c7d8 (diff) | |
download | vcxsrv-fab66ae6256d6173752015025e78db67e5e45567.tar.gz vcxsrv-fab66ae6256d6173752015025e78db67e5e45567.tar.bz2 vcxsrv-fab66ae6256d6173752015025e78db67e5e45567.zip |
Added config.h for libXfont. Now the local fonts are loaded correctly.
Diffstat (limited to 'libXfont/src/builtins')
-rw-r--r-- | libXfont/src/builtins/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libXfont/src/builtins/makefile b/libXfont/src/builtins/makefile index bde6d880f..dac4fcf8c 100644 --- a/libXfont/src/builtins/makefile +++ b/libXfont/src/builtins/makefile @@ -6,5 +6,5 @@ CSRCS = dir.c \ fpe.c \ render.c -INCLUDES := ../../../../build $(INCLUDES) +INCLUDES := ../.. $(INCLUDES) |