diff options
author | marha <marha@users.sourceforge.net> | 2010-07-13 08:02:59 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-07-13 08:02:59 +0000 |
commit | 80b785273c916676a94cbe1d7dfbbc93b58127d5 (patch) | |
tree | 3017c44c62d557b5b978c72616b4d0d2d593ac9b /xorg-server/makefile | |
parent | 77bb1b92c4705d40456123f17f76dfd303593ff6 (diff) | |
download | vcxsrv-80b785273c916676a94cbe1d7dfbbc93b58127d5.tar.gz vcxsrv-80b785273c916676a94cbe1d7dfbbc93b58127d5.tar.bz2 vcxsrv-80b785273c916676a94cbe1d7dfbbc93b58127d5.zip |
Reflect in the makefile that xkbdata.src has been renamed to xkeyboard-config
Diffstat (limited to 'xorg-server/makefile')
-rw-r--r-- | xorg-server/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile index daf05f19e..b14e04a82 100644 --- a/xorg-server/makefile +++ b/xorg-server/makefile @@ -121,10 +121,10 @@ plink.exe: ..\tools\plink\obj\release\plink.exe load_makefile ..\libX11\nls\makefile MAKESERVER=0 DEBUG=0 load_makefile fonts.src\makefile MAKESERVER=0 DEBUG=0 -load_makefile xkbdata.src\makefile MAKESERVER=0 DEBUG=0 +load_makefile xkeyboard-config\makefile MAKESERVER=0 DEBUG=0 all: $(APP).exe xlaunch.exe xkbcomp.exe protocol.txt XKeysymDB XErrorDB \ - ..\libX11\nls\all fonts.src\all xkbdata.src\all plink.exe xclock.exe xcalc.exe \ + ..\libX11\nls\all fonts.src\all xkeyboard-config\all plink.exe xclock.exe xcalc.exe \ xwininfo.exe swrast_dri.dll swrast_dri_dbg.dll |