wine/dlls/wldap32/Makefile.in

23 lines
327 B
Makefile
Raw Normal View History

2005-07-13 11:56:15 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wldap32.dll
IMPORTLIB = libwldap32.$(IMPLIBEXT)
2005-08-01 10:59:09 +00:00
IMPORTS = user32 kernel32
EXTRALIBS = @LDAPLIBS@
2005-07-13 11:56:15 +00:00
C_SRCS = \
2005-07-18 18:06:42 +00:00
ber.c \
2005-07-19 20:32:46 +00:00
bind.c \
error.c \
init.c \
2005-07-22 09:02:55 +00:00
main.c \
search.c
2005-07-13 11:56:15 +00:00
2005-08-01 10:59:09 +00:00
RC_SRCS = wldap32.rc
2005-07-13 11:56:15 +00:00
@MAKE_DLL_RULES@
### Dependencies: