Make sure we only depend on ddraw_test if X support is enabled.

This commit is contained in:
Jonathan Ernst 2005-10-04 11:29:37 +00:00 committed by Alexandre Julliard
parent 19f5002275
commit f9c1537b89
1 changed files with 3 additions and 1 deletions

View File

@ -18,12 +18,14 @@ RC_SRCS = \
RC_BINSRC = winetest.rc
RC_BINARIES = wine.ico
XFILES = ddraw_test.exe$(DLLEXT)
TESTBINS = \
@XFILES@ \
advpack_test.exe$(DLLEXT) \
advapi32_test.exe$(DLLEXT) \
comctl32_test.exe$(DLLEXT) \
crypt32_test.exe$(DLLEXT) \
ddraw_test.exe$(DLLEXT) \
dinput_test.exe$(DLLEXT) \
dsound_test.exe$(DLLEXT) \
gdi32_test.exe$(DLLEXT) \