ntdll: Add a test for NtNotifyChangeDirectoryFile.
[wine/multimedia.git] / dlls / rpcrt4 / Makefile.in
blob945baea78d52fa08975d2deca0861a45b38f2466
1 EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H -DMSWMSG
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = rpcrt4.dll
7 IMPORTLIB = librpcrt4.$(IMPLIBEXT)
8 IMPORTS = iphlpapi advapi32 kernel32 ntdll
9 EXTRALIBS = -luuid
11 C_SRCS = \
12 cproxy.c \
13 cpsf.c \
14 cstub.c \
15 ndr_marshall.c \
16 ndr_midl.c \
17 ndr_ole.c \
18 ndr_stubless.c \
19 rpc_binding.c \
20 rpc_epmap.c \
21 rpc_message.c \
22 rpc_server.c \
23 rpcrt4_main.c \
24 rpcss_np_client.c
26 SUBDIRS = tests
28 @MAKE_DLL_RULES@
30 ### Dependencies: