Make sure we only depend on ddraw_test if X support is enabled.
This commit is contained in:
parent
19f5002275
commit
f9c1537b89
|
@ -18,12 +18,14 @@ RC_SRCS = \
|
||||||
RC_BINSRC = winetest.rc
|
RC_BINSRC = winetest.rc
|
||||||
RC_BINARIES = wine.ico
|
RC_BINARIES = wine.ico
|
||||||
|
|
||||||
|
XFILES = ddraw_test.exe$(DLLEXT)
|
||||||
|
|
||||||
TESTBINS = \
|
TESTBINS = \
|
||||||
|
@XFILES@ \
|
||||||
advpack_test.exe$(DLLEXT) \
|
advpack_test.exe$(DLLEXT) \
|
||||||
advapi32_test.exe$(DLLEXT) \
|
advapi32_test.exe$(DLLEXT) \
|
||||||
comctl32_test.exe$(DLLEXT) \
|
comctl32_test.exe$(DLLEXT) \
|
||||||
crypt32_test.exe$(DLLEXT) \
|
crypt32_test.exe$(DLLEXT) \
|
||||||
ddraw_test.exe$(DLLEXT) \
|
|
||||||
dinput_test.exe$(DLLEXT) \
|
dinput_test.exe$(DLLEXT) \
|
||||||
dsound_test.exe$(DLLEXT) \
|
dsound_test.exe$(DLLEXT) \
|
||||||
gdi32_test.exe$(DLLEXT) \
|
gdi32_test.exe$(DLLEXT) \
|
||||||
|
|
Loading…
Reference in New Issue