diff options
-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 |