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/stubs/makefile | |
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/stubs/makefile')
-rw-r--r-- | libXfont/src/stubs/makefile | 3 |
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) + |