setupapi: Added Hebrew translation.
[wine.git] / dlls / wldap32 / Makefile.in
blob8c9b351dfff6f60bf0be17f7348528164175dc58
1 MODULE = wldap32.dll
2 IMPORTLIB = wldap32
3 IMPORTS = user32
4 EXTRALIBS = @LDAPLIBS@
6 C_SRCS = \
7 add.c \
8 ber.c \
9 bind.c \
10 compare.c \
11 control.c \
12 delete.c \
13 dn.c \
14 error.c \
15 extended.c \
16 init.c \
17 main.c \
18 misc.c \
19 modify.c \
20 modrdn.c \
21 option.c \
22 page.c \
23 parse.c \
24 rename.c \
25 search.c \
26 value.c
28 RC_SRCS = \
29 wldap32_Da.rc \
30 wldap32_De.rc \
31 wldap32_En.rc \
32 wldap32_Es.rc \
33 wldap32_Fr.rc \
34 wldap32_Hu.rc \
35 wldap32_It.rc \
36 wldap32_Ko.rc \
37 wldap32_Lt.rc \
38 wldap32_Nl.rc \
39 wldap32_No.rc \
40 wldap32_Pl.rc \
41 wldap32_Pt.rc \
42 wldap32_Ro.rc \
43 wldap32_Ru.rc \
44 wldap32_Sv.rc \
45 wldap32_Tr.rc \
46 wldap32_Uk.rc
48 @MAKE_DLL_RULES@