diff --git a/reactos/dll/win32/wldap32/Makefile.in b/reactos/dll/win32/wldap32/Makefile.in
deleted file mode 100644
index 562b1b1601a..00000000000
--- a/reactos/dll/win32/wldap32/Makefile.in
+++ /dev/null
@@ -1,36 +0,0 @@
-TOPSRCDIR = @top_srcdir@
-TOPOBJDIR = ../..
-SRCDIR = @srcdir@
-VPATH = @srcdir@
-MODULE = wldap32.dll
-IMPORTLIB = libwldap32.$(IMPLIBEXT)
-IMPORTS = user32 kernel32
-EXTRALIBS = @LDAPLIBS@
-
-C_SRCS = \
- add.c \
- ber.c \
- bind.c \
- compare.c \
- control.c \
- delete.c \
- dn.c \
- error.c \
- extended.c \
- init.c \
- main.c \
- misc.c \
- modify.c \
- modrdn.c \
- option.c \
- page.c \
- parse.c \
- rename.c \
- search.c \
- value.c
-
-RC_SRCS = wldap32.rc
-
-@MAKE_DLL_RULES@
-
-@DEPENDENCIES@ # everything below this line is overwritten by make depend
diff --git a/reactos/dll/win32/wldap32/wldap32.rbuild b/reactos/dll/win32/wldap32/wldap32.rbuild
index 4dba1969f18..45a63cb96bd 100644
--- a/reactos/dll/win32/wldap32/wldap32.rbuild
+++ b/reactos/dll/win32/wldap32/wldap32.rbuild
@@ -1,34 +1,37 @@
-
-
- include/reactos/wine
-
-
-
- 0x0500
- wine
- ntdll
- kernel32
- user32
- add.c
- ber.c
- bind.c
- compare.c
- control.c
- delete.c
- dn.c
- error.c
- extended.c
- init.c
- main.c
- misc.c
- modify.c
- modrdn.c
- option.c
- page.c
- parse.c
- rename.c
- search.c
- value.c
- wldap32.spec
- wldap32.rc
-
+
+
+ .
+ include/reactos/wine
+
+
+
+ 0x600
+ 0x501
+ 0x501
+ wine
+ user32
+ kernel32
+ ntdll
+ add.c
+ ber.c
+ bind.c
+ compare.c
+ control.c
+ delete.c
+ dn.c
+ error.c
+ extended.c
+ init.c
+ main.c
+ misc.c
+ modify.c
+ modrdn.c
+ option.c
+ page.c
+ parse.c
+ rename.c
+ search.c
+ value.c
+ wldap32.rc
+ wldap32.spec
+