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/util | |
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/util')
-rw-r--r-- | libXfont/src/util/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libXfont/src/util/makefile b/libXfont/src/util/makefile index 69cbeac95..323daef95 100644 --- a/libXfont/src/util/makefile +++ b/libXfont/src/util/makefile @@ -5,6 +5,7 @@ INCLUDES += ../stubs CSRCS = atom.c fontaccel.c fontnames.c fontutil.c fontxlfd.c format.c miscutil.c \ patcache.c private.c utilbitmap.c -INCLUDES := ../../../../build $(INCLUDES) +INCLUDES := ../.. $(INCLUDES) + |