aboutsummaryrefslogtreecommitdiff
path: root/libXfont/src/stubs
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-03 12:05:23 +0000
committermarha <marha@users.sourceforge.net>2009-11-03 12:05:23 +0000
commitfab66ae6256d6173752015025e78db67e5e45567 (patch)
treebb1c102545cc1c226cc747c01a5918bba11d52cb /libXfont/src/stubs
parent7f6aaf6514fccd3e4d6af2d29c2d1f7b4cb8c7d8 (diff)
downloadvcxsrv-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/stubs')
-rw-r--r--libXfont/src/stubs/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libXfont/src/stubs/makefile b/libXfont/src/stubs/makefile
index 64e4a33b9..e028dd5db 100644
--- a/libXfont/src/stubs/makefile
+++ b/libXfont/src/stubs/makefile
@@ -21,5 +21,6 @@ CSRCS = \
CSRCS:=$(filter-out %.h,$(CSRCS))
-INCLUDES := ../../../../build $(INCLUDES)
+INCLUDES := ../.. $(INCLUDES)
+