Fix the build without openldap headers.
[wine] / dlls / wldap32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = wldap32.dll
6 IMPORTLIB = libwldap32.$(IMPLIBEXT)
7 IMPORTS   = user32 kernel32
8 EXTRALIBS = @LDAPLIBS@
9
10 C_SRCS = \
11         add.c \
12         ber.c \
13         bind.c \
14         compare.c \
15         delete.c \
16         dn.c \
17         error.c \
18         init.c \
19         main.c \
20         misc.c \
21         modify.c \
22         option.c \
23         search.c
24
25 RC_SRCS = wldap32.rc
26
27 @MAKE_DLL_RULES@
28
29 ### Dependencies: