Commit 3b725f6b authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

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

parent e0700217
......@@ -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 \
"
......
......@@ -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 \
"
......
......@@ -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);
......
......@@ -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);
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment