Fix 'make depend' for out of the source tree build.

This commit is contained in:
Dmitry Timoshkov 2001-06-29 19:20:18 +00:00 committed by Alexandre Julliard
parent e070021789
commit 3b725f6b9a
5 changed files with 5 additions and 3 deletions

1
configure vendored
View File

@ -7595,6 +7595,7 @@ dlls/dinput/joystick \
dlls/dinput/keyboard \
dlls/dinput/mouse \
dlls/kernel/messages \
dlls/user/dde \
dlls/user/resources \
dlls/wineps/data \
"

View File

@ -1201,6 +1201,7 @@ dlls/dinput/joystick \
dlls/dinput/keyboard \
dlls/dinput/mouse \
dlls/kernel/messages \
dlls/user/dde \
dlls/user/resources \
dlls/wineps/data \
"

View File

@ -19,7 +19,7 @@
#include "dde.h"
#include "ddeml.h"
#include "debugtools.h"
#include "dde_private.h"
#include "dde/dde_private.h"
DEFAULT_DEBUG_CHANNEL(ddeml);

View File

@ -19,7 +19,7 @@
#include "dde.h"
#include "ddeml.h"
#include "debugtools.h"
#include "dde_private.h"
#include "dde/dde_private.h"
DEFAULT_DEBUG_CHANNEL(ddeml);

View File

@ -19,7 +19,7 @@
#include "dde.h"
#include "ddeml.h"
#include "debugtools.h"
#include "dde_private.h"
#include "dde/dde_private.h"
DEFAULT_DEBUG_CHANNEL(ddeml);